about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2023-09-22 12:52:45 +0200
committerAlan Pearce2023-09-22 12:52:45 +0200
commitb116e98baaa5b812de3acbc90b314fea5eeb4894 (patch)
tree34f66a0bfb0206e2b9668556f840148a68fa5358
parent52d3153fa7a69bdd1eef13d6488359e1f5f499ea (diff)
downloadwebsite-b116e98baaa5b812de3acbc90b314fea5eeb4894.tar.lz
website-b116e98baaa5b812de3acbc90b314fea5eeb4894.tar.zst
website-b116e98baaa5b812de3acbc90b314fea5eeb4894.zip
Re-add compression step
-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