Fix format not running in docker
1 file 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