From daac8a316c91516b19cbcfc7e01139211b32c1b4 Mon Sep 17 00:00:00 2001 From: James Brumond Date: Fri, 18 Aug 2023 18:41:26 -0700 Subject: [PATCH] explicitly create www dir in container --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 1a4b694..4f7c0ce 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,6 +7,7 @@ WORKDIR /workspace # build website from source files COPY docs layouts partials config.yaml metadata.json /workspace/ +RUN mkdir /workspace/www RUN docs2website config.yaml