diff options
-rw-r--r-- | Dockerfile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile index 42f76fb..24a273a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -49,7 +49,6 @@ RUN apk add --no-cache prettier@testing make fd brotli gzip zstd COPY --link Makefile ./ COPY --from=ssg /web/config.toml ./ -COPY --from=ssg /web/content content COPY --from=ssg /web/public public RUN make postprocess format |