all repos — website @ a5644d940220424d61411d896f6f9c0a8367781a

My website

Copy post-processed files back to app image

Alan Pearce
commit

a5644d940220424d61411d896f6f9c0a8367781a

parent

b116e98baaa5b812de3acbc90b314fea5eeb4894

1 file changed, 1 insertion(+), 0 deletions(-)

changed files
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