Correction

This commit is contained in:
julien
2026-08-06 20:27:45 +02:00
parent d7b8aeab93
commit 0d9801091c
+1 -1
View File
@@ -7,7 +7,7 @@ RUN python3 scripts/check-content.py
FROM ghcr.io/getzola/zola:v0.23.1 AS builder
WORKDIR /project
COPY --from=validator /project/src ./
RUN zola build
RUN ["zola", "build"]
FROM ghcr.io/static-web-server/static-web-server:2
ENV SERVER_ROOT=/public \