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