Swtich to nginx for container

This commit is contained in:
Ashleigh Carr 2024-02-11 13:29:18 +00:00
parent 2b85336c71
commit 1a2207a045
1 changed files with 2 additions and 2 deletions

View File

@ -4,6 +4,6 @@ COPY . .
RUN npm ci
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/