mirror of
https://github.com/gchq/CyberChef
synced 2025-01-16 06:23:53 +00:00
Swtich to nginx for container
This commit is contained in:
parent
2b85336c71
commit
1a2207a045
1 changed files with 2 additions and 2 deletions
|
@ -4,6 +4,6 @@ COPY . .
|
||||||
RUN npm ci
|
RUN npm ci
|
||||||
RUN npm run build
|
RUN npm run build
|
||||||
|
|
||||||
FROM ghcr.io/static-web-server/static-web-server:2.25-alpine
|
FROM nginx:1.25-alpine3.18 AS cyberchef
|
||||||
|
|
||||||
COPY --from=build ./build/prod /public
|
COPY --from=build ./build/prod /usr/share/nginx/html/
|
||||||
|
|
Loading…
Reference in a new issue