all repos — website @ 732e20d9d79c1d4ec3924494b63c97d7a59680e6

My website

docker: fix deployment of pre-compressed static files
Alan Pearce alan@alanpearce.eu
Sun, 07 Apr 2024 15:11:47 +0200
commit

732e20d9d79c1d4ec3924494b63c97d7a59680e6

parent

0dcb7e5712d97cc3358af4abc9c41a424a203008

1 files changed, 1 insertions(+), 1 deletions(-)

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