Fix format not running in docker
Alan Pearce alan@alanpearce.eu
Sun, 17 Sep 2023 09:49:36 +0200
1 files changed, 2 insertions(+), 2 deletions(-)
jump to
M Dockerfile → Dockerfile
@@ -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