We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d635cca commit b1a2c96Copy full SHA for b1a2c96
Dockerfile
@@ -4,6 +4,6 @@ COPY . .
4
RUN npm ci
5
RUN npm run build
6
7
-FROM nginx:1.25-alpine3.18 AS cyberchef
+FROM nginx-unprivileged:1.25.2-alpine3.18 AS cyberchef
8
9
COPY --from=build ./build/prod /usr/share/nginx/html/
0 commit comments