explicitly create www dir in container
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Build container images / build (push) Successful in 1m55s

This commit is contained in:
2023-08-18 18:41:26 -07:00
parent 7cde116b71
commit daac8a316c

View File

@@ -7,6 +7,7 @@ WORKDIR /workspace
# build website from source files # build website from source files
COPY docs layouts partials config.yaml metadata.json /workspace/ COPY docs layouts partials config.yaml metadata.json /workspace/
RUN mkdir /workspace/www
RUN docs2website config.yaml RUN docs2website config.yaml