all repos — homestead @ 17e882aff4c9d3847814928dcbd9d3865cb3d051

Code for my website

Copy post-processed files back to app image

Alan Pearce
commit

17e882aff4c9d3847814928dcbd9d3865cb3d051

parent

3a99f88387f85891bffac474cde6fa4455aa8a4b

1 file changed, 1 insertion(+), 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