Copy post-processed files back to app image
Alan Pearce alan@alanpearce.eu
Fri, 22 Sep 2023 16:59:24 +0200
1 files changed, 1 insertions(+), 0 deletions(-)
jump to
M Dockerfile → Dockerfile
@@ -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