diff options
author | Alan Pearce | 2023-09-22 12:52:45 +0200 |
---|---|---|
committer | Alan Pearce | 2023-09-22 12:52:45 +0200 |
commit | b116e98baaa5b812de3acbc90b314fea5eeb4894 (patch) | |
tree | 34f66a0bfb0206e2b9668556f840148a68fa5358 | |
parent | 52d3153fa7a69bdd1eef13d6488359e1f5f499ea (diff) | |
download | website-b116e98baaa5b812de3acbc90b314fea5eeb4894.tar.lz website-b116e98baaa5b812de3acbc90b314fea5eeb4894.tar.zst website-b116e98baaa5b812de3acbc90b314fea5eeb4894.zip |
Re-add compression step
-rw-r--r-- | Dockerfile | 2 |
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 |