Copy frontend in production mode
Signed-off-by: James Ketrenos <james_git@ketrenos.com>
This commit is contained in:
parent
bc9a3639a2
commit
737b79eb5d
@ -96,6 +96,7 @@ COPY /ketrface /website/ketrface
|
|||||||
FROM runtime AS website
|
FROM runtime AS website
|
||||||
RUN echo "Building PRODUCTION"
|
RUN echo "Building PRODUCTION"
|
||||||
COPY /server/production.location /etc/nginx/snippets/active.location
|
COPY /server/production.location /etc/nginx/snippets/active.location
|
||||||
|
COPY /frontend /website/frontend
|
||||||
COPY --from=production /website/dist /website/dist
|
COPY --from=production /website/dist /website/dist
|
||||||
COPY --from=production /website/*.html /website/
|
COPY --from=production /website/*.html /website/
|
||||||
COPY --from=production /website/client/build /website/client/build
|
COPY --from=production /website/client/build /website/client/build
|
||||||
|
Loading…
x
Reference in New Issue
Block a user