Correction
This commit is contained in:
+1
-1
@@ -7,7 +7,7 @@ RUN python3 scripts/check-content.py
|
|||||||
FROM ghcr.io/getzola/zola:v0.23.1 AS builder
|
FROM ghcr.io/getzola/zola:v0.23.1 AS builder
|
||||||
WORKDIR /project
|
WORKDIR /project
|
||||||
COPY --from=validator /project/src ./
|
COPY --from=validator /project/src ./
|
||||||
RUN zola build
|
RUN ["zola", "build"]
|
||||||
|
|
||||||
FROM ghcr.io/static-web-server/static-web-server:2
|
FROM ghcr.io/static-web-server/static-web-server:2
|
||||||
ENV SERVER_ROOT=/public \
|
ENV SERVER_ROOT=/public \
|
||||||
|
|||||||
Reference in New Issue
Block a user