all repos — homestead @ 3a99f88387f85891bffac474cde6fa4455aa8a4b

Code for my website

Re-add compression step

Alan Pearce
commit

3a99f88387f85891bffac474cde6fa4455aa8a4b

parent

44fe92df6d4a8186d128e0cff3a603fefbf1e881

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

jump to
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