about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--Dockerfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Dockerfile b/Dockerfile
index 80d0229..42f76fb 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -52,8 +52,8 @@ COPY --from=ssg /web/config.toml ./
 COPY --from=ssg /web/content content
 COPY --from=ssg /web/public public
 
-RUN make postprocess
-RUN make -j4 format compress
+RUN make postprocess format
+RUN make -j4 compress
 
 # Final stage for app image
 FROM base