From b116e98baaa5b812de3acbc90b314fea5eeb4894 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Fri, 22 Sep 2023 12:52:45 +0200 Subject: Re-add compression step --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Dockerfile') 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 -- cgit 1.4.1