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:
parent
3822c6c520
commit
d94d744829
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue