Commit
·
4e6c41b
1
Parent(s):
3acc46a
fix path
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -11,7 +11,7 @@ RUN apk update && apk add --no-cache \
|
|
11 |
sed
|
12 |
|
13 |
# Modify the CSP headers in next.config.mjs to remove frame-ancestors restriction
|
14 |
-
RUN sed -i "/frame-ancestors 'none';/d"
|
15 |
|
16 |
# Copy and set up the wrapper script
|
17 |
COPY docker-entrypoint-wrapper.sh /docker-entrypoint-wrapper.sh
|
|
|
11 |
sed
|
12 |
|
13 |
# Modify the CSP headers in next.config.mjs to remove frame-ancestors restriction
|
14 |
+
RUN sed -i "/frame-ancestors 'none';/d" next.config.mjs
|
15 |
|
16 |
# Copy and set up the wrapper script
|
17 |
COPY docker-entrypoint-wrapper.sh /docker-entrypoint-wrapper.sh
|