Updated Dockerfile.

This commit is contained in:
David C Goldenberg 2026-07-16 16:31:00 -04:00
parent a7f507696e
commit 89d5f7e96b

View File

@ -29,4 +29,4 @@ RUN npm run build
#########################################
FROM nginx:stable-alpine AS cyberchef
COPY --from=build ./build/prod /usr/share/nginx/html/
COPY --from=builder /app/build/prod /usr/share/nginx/html/