Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
FROM langfuse/langfuse:latest
|
2 |
|
3 |
# Generate a secure random secret
|
4 |
-
RUN openssl rand -base64 32 > /nextauth_secret.txt
|
5 |
|
6 |
# Set required environment variables
|
7 |
ENV DATABASE_URL=postgresql://postgres:postgres@localhost:5432/langfuse
|
|
|
1 |
FROM langfuse/langfuse:latest
|
2 |
|
3 |
# Generate a secure random secret
|
4 |
+
#RUN openssl rand -base64 32 > /nextauth_secret.txt
|
5 |
|
6 |
# Set required environment variables
|
7 |
ENV DATABASE_URL=postgresql://postgres:postgres@localhost:5432/langfuse
|