Fix missing directory error on zola build

main
trivernis 12 months ago
parent 6e3cddf9e0
commit 194d8140ce
Signed by: Trivernis
GPG Key ID: DFFFCC2C7A02DB45

@ -6,6 +6,7 @@ RUN apk add zola
# Copy all local files into the image.
COPY . .
RUN mkdir -p templates static
# Build
RUN zola build

Loading…
Cancel
Save