From ef827cefa77ac260c91dbecde607890910d8d197 Mon Sep 17 00:00:00 2001 From: James Ketrenos Date: Fri, 20 Jan 2023 17:26:25 -0800 Subject: [PATCH] Put package.json into website Signed-off-by: James Ketrenos --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c17558d..6318ad7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,7 +22,7 @@ RUN npm install --global npm@latest # # 'production' is used as a COPY source when building -# DEVELOPMENT mode (via website1 image) +# PRODUCTION mode (via website image) # FROM base AS production @@ -115,6 +115,7 @@ COPY --from=production /website/client/build /website/client/build FROM runtime AS website1 RUN echo "Building DEVELOPMENT" COPY /server/development.location /etc/nginx/snippets/active.location +COPY /package.json /website/ # # This is the final image stage pulling together 'runtime' and the