Themes directory does not exist, so do not copy it in docker build
This commit is contained in:
parent
57ad549c59
commit
14f216b60f
@ -21,7 +21,6 @@ RUN apk add --no-cache hugo
|
|||||||
|
|
||||||
COPY config.toml /code/config.toml
|
COPY config.toml /code/config.toml
|
||||||
COPY static/webfonts/ /code/static/webfonts/
|
COPY static/webfonts/ /code/static/webfonts/
|
||||||
COPY themes/ /code/themes/
|
|
||||||
COPY archetypes/ /code/archetypes/
|
COPY archetypes/ /code/archetypes/
|
||||||
COPY assets/ /code/assets/
|
COPY assets/ /code/assets/
|
||||||
COPY layouts/ /code/layouts/
|
COPY layouts/ /code/layouts/
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user