all repos — website @ a5644d940220424d61411d896f6f9c0a8367781a

My website

Copy post-processed files back to app image
Alan Pearce alan@alanpearce.eu
Fri, 22 Sep 2023 16:59:24 +0200
commit

a5644d940220424d61411d896f6f9c0a8367781a

parent

b116e98baaa5b812de3acbc90b314fea5eeb4894

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

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