Change to nginx-unprivileged image for better kubernetes support
This commit is contained in:
parent
3822c6c520
commit
d94d744829
@ -4,6 +4,6 @@ COPY . .
|
||||
RUN npm ci
|
||||
RUN npm run build
|
||||
|
||||
FROM nginx:1.25-alpine3.18 AS cyberchef
|
||||
FROM nginx-unprivileged:1.25.2-alpine3.18 AS cyberchef
|
||||
|
||||
COPY --from=build ./build/prod /usr/share/nginx/html/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user