about summary refs log tree commit diff stats
path: root/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
index 4261ce2..a455c0d 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -52,6 +52,7 @@ 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
 
 # Final stage for app image