From 89d5f7e96b2c8d4f8c64c2353d759f22892861e3 Mon Sep 17 00:00:00 2001 From: David C Goldenberg Date: Thu, 16 Jul 2026 16:31:00 -0400 Subject: [PATCH] Updated Dockerfile. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 88b3a524..2184a294 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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/