about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index e7771fe..013e079 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -50,7 +50,7 @@ COPY --link config.toml ./
 COPY --from=build /app/public public
 
 RUN make format
-# RUN make -j4 compress
+RUN make -j4 compress
 
 # Final stage for app image
 FROM base