Commit
·
b91e515
1
Parent(s):
07e8df3
remove CSP env vars - not working
Browse files- Dockerfile +0 -2
Dockerfile
CHANGED
@@ -12,8 +12,6 @@ RUN apk update && apk add --no-cache \
|
|
12 |
# Set up environment variables
|
13 |
ENV NEXTAUTH_SECRET=mysecret
|
14 |
ENV SALT=mysalt
|
15 |
-
ENV DISABLE_DEFAULT_CSP=true
|
16 |
-
ENV LANGFUSE_CSP_ENFORCE_HTTPS=false
|
17 |
|
18 |
# Copy and set up the wrapper script
|
19 |
COPY docker-entrypoint-wrapper.sh /docker-entrypoint-wrapper.sh
|
|
|
12 |
# Set up environment variables
|
13 |
ENV NEXTAUTH_SECRET=mysecret
|
14 |
ENV SALT=mysalt
|
|
|
|
|
15 |
|
16 |
# Copy and set up the wrapper script
|
17 |
COPY docker-entrypoint-wrapper.sh /docker-entrypoint-wrapper.sh
|