all repos — website @ b116e98baaa5b812de3acbc90b314fea5eeb4894

My website

Re-add compression step

Alan Pearce
commit

b116e98baaa5b812de3acbc90b314fea5eeb4894

parent

52d3153fa7a69bdd1eef13d6488359e1f5f499ea

1 file changed, 1 insertion(+), 1 deletion(-)

changed files
M DockerfileDockerfile
@@ -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