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