2
0
Fork 0
mirror of https://github.com/gchq/CyberChef synced 2025-03-14 05:46:56 +00:00

Change to nginx-unprivileged image for better kubernetes support

This commit is contained in:
Henrik Solberg 2024-10-08 11:03:20 +02:00
parent 3822c6c520
commit d94d744829

View file

@ -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/