Commit
·
d5bebe6
1
Parent(s):
8eb9010
disable the default security headers
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -12,6 +12,7 @@ RUN apk update && apk add --no-cache \
|
|
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
|
|
|
12 |
# Set up environment variables
|
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
|