about summary refs log tree commit diff stats
path: root/Dockerfile
diff options
context:
space:
mode:
authorAlan Pearce2023-09-17 09:49:59 +0200
committerAlan Pearce2023-09-17 09:49:59 +0200
commitbea1c8fd92a6b2acd18a6ef0a9e7a7a04b36f9f5 (patch)
tree79a92c1038a9e8c0f031c2ca89611a85c710873b /Dockerfile
parente2dd0839a9e4ba274a28df48ce517e737d91db25 (diff)
downloadwebsite-bea1c8fd92a6b2acd18a6ef0a9e7a7a04b36f9f5.tar.lz
website-bea1c8fd92a6b2acd18a6ef0a9e7a7a04b36f9f5.tar.zst
website-bea1c8fd92a6b2acd18a6ef0a9e7a7a04b36f9f5.zip
Optimise Dockerfile
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile1
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