Chris4K commited on
Commit
798657e
·
verified ·
1 Parent(s): 074dced

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -10,7 +10,7 @@ ENV POSTGRES_PASSWORD=postgres
10
  ENV POSTGRES_DB=langfuse
11
 
12
  # Read the secret into the environment variable
13
- RUN export NEXTAUTH_SECRET=$(cat /nextauth_secret.txt)
14
 
15
  # Expose the port Langfuse runs on
16
  EXPOSE 3000
 
10
  ENV POSTGRES_DB=langfuse
11
 
12
  # Read the secret into the environment variable
13
+ #RUN export NEXTAUTH_SECRET=$(cat /nextauth_secret.txt)
14
 
15
  # Expose the port Langfuse runs on
16
  EXPOSE 3000