From 1a2207a045f069032d1e6317de8d6ab3c8892dcf Mon Sep 17 00:00:00 2001 From: Ashleigh Carr Date: Sun, 11 Feb 2024 13:29:18 +0000 Subject: [PATCH] Swtich to nginx for container --- Containerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Containerfile b/Containerfile index 125ef18c..be4c8bad 100644 --- a/Containerfile +++ b/Containerfile @@ -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/