~starkingdoms/starkingdoms

d9418b08ef8e633d3175df64141858f51ccbe6e0 — core 2 years ago 69a76f6
fix assets not getting copied into the docker container - didnt work try again
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 /usr/share/nginx/html
COPY assets/ /usr/share/nginx/html/assets
COPY docker/mime-types.conf /etc/nginx/conf.d/mime-types.conf
\ No newline at end of file