Commit
·
07e8df3
1
Parent(s):
d5bebe6
LANGFUSE_CSP_ENFORCE_HTTPS=false
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -13,6 +13,7 @@ RUN apk update && apk add --no-cache \
|
|
13 |
ENV NEXTAUTH_SECRET=mysecret
|
14 |
ENV SALT=mysalt
|
15 |
ENV DISABLE_DEFAULT_CSP=true
|
|
|
16 |
|
17 |
# Copy and set up the wrapper script
|
18 |
COPY docker-entrypoint-wrapper.sh /docker-entrypoint-wrapper.sh
|
|
|
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
|