From 194d8140ce60755f2b517e3df529a278b5b5a8cb Mon Sep 17 00:00:00 2001 From: trivernis Date: Wed, 10 May 2023 11:31:46 +0200 Subject: [PATCH] Fix missing directory error on zola build --- Containerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Containerfile b/Containerfile index daba61d..93d5da2 100644 --- a/Containerfile +++ b/Containerfile @@ -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