From 737b79eb5df573e69c36e741df0a0db8b13e33c6 Mon Sep 17 00:00:00 2001 From: James Ketrenos Date: Fri, 20 Jan 2023 15:41:30 -0800 Subject: [PATCH] Copy frontend in production mode Signed-off-by: James Ketrenos --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 539d7d5..1977596 100644 --- a/Dockerfile +++ b/Dockerfile @@ -96,6 +96,7 @@ COPY /ketrface /website/ketrface FROM runtime AS website RUN echo "Building PRODUCTION" COPY /server/production.location /etc/nginx/snippets/active.location +COPY /frontend /website/frontend COPY --from=production /website/dist /website/dist COPY --from=production /website/*.html /website/ COPY --from=production /website/client/build /website/client/build