all repos — homestead @ 3b0a223e0817151a3afd537f0c66306fab453e79

Code for my website

docker: fix deployment of pre-compressed static files

Alan Pearce
commit

3b0a223e0817151a3afd537f0c66306fab453e79

parent

382d86ca41103a17d938795a02e0db18417e0b8a

1 file changed, 1 insertion(+), 1 deletion(-)

jump to
M DockerfileDockerfile
@@ -53,7 +53,7 @@ # Copy built application
COPY config.toml /app/ COPY --from=install /temp/prod/node_modules node_modules COPY --from=build /app /app -COPY --from=postprocess /app/public /app/ +COPY --from=postprocess /app/public /app/public # Start the server by default, this can be overwritten at runtime EXPOSE 3000