~starkingdoms/starkingdoms

69a76f69c78c5e3c0cf249d50d5a8b142debc176 — core 2 years ago cfe75e5
fix assets not getting copied into the docker container
1 files changed, 1 insertions(+), 1 deletions(-)

M web.Dockerfile
M web.Dockerfile => web.Dockerfile +1 -1
@@ 10,5 10,5 @@ RUN cd /client && yarn build
FROM nginx

COPY --from=0 /client/dist /usr/share/nginx/html
COPY assets/dist /usr/share/nginx/html
COPY assets /usr/share/nginx/html
COPY docker/mime-types.conf /etc/nginx/conf.d/mime-types.conf
\ No newline at end of file