From a5644d940220424d61411d896f6f9c0a8367781a Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Fri, 22 Sep 2023 16:59:24 +0200 Subject: Copy post-processed files back to app image --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 013e079..36467c3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -58,6 +58,7 @@ FROM base # 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 -- cgit 1.4.1