Add icons to docker image
This commit is contained in:
parent
98859f71ff
commit
0c1d6e0b04
@ -22,6 +22,7 @@ RUN apk add --no-cache hugo
|
||||
COPY config.toml /code/config.toml
|
||||
COPY static/robots.txt /code/static/robots.txt
|
||||
COPY static/webfonts/ /code/static/webfonts/
|
||||
COPY static/icons/ /code/static/icons/
|
||||
COPY archetypes/ /code/archetypes/
|
||||
COPY assets/ /code/assets/
|
||||
COPY layouts/ /code/layouts/
|
||||
|
||||
Loading…
Reference in New Issue
Block a user