all repos — homestead @ cb8c0981a3a877dec34d6448970d50c3e1a6c44d

Code for my website

Fix format not running in docker

Alan Pearce
commit

cb8c0981a3a877dec34d6448970d50c3e1a6c44d

parent

76e435199953403616b1cd230773d1f1ec4153ec

1 file changed, 2 insertions(+), 2 deletions(-)

jump to
M DockerfileDockerfile
@@ -52,8 +52,8 @@ COPY --from=ssg /web/config.toml ./
COPY --from=ssg /web/content content COPY --from=ssg /web/public public -RUN make postprocess -RUN make -j4 format compress +RUN make postprocess format +RUN make -j4 compress # Final stage for app image FROM base