Copy frontend in production mode

Signed-off-by: James Ketrenos <james_git@ketrenos.com>
This commit is contained in:
James Ketr 2023-01-20 15:41:30 -08:00
parent bc9a3639a2
commit 737b79eb5d

View File

@ -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