Spaces:
Paused
Paused
Update Dockerfile
Browse files- 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
|