Re-add compression step
1 file changed, 1 insertion(+), 1 deletion(-)
jump to
M Dockerfile → 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