Copy post-processed files back to app image
1 file changed, 1 insertion(+), 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