explicitly create www dir in container
This commit is contained in:
parent
7cde116b71
commit
daac8a316c
@ -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
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user