diff --git a/docker/prod-host/Dockerfile b/docker/prod-host/Dockerfile index 41f29f5..ef04f76 100644 --- a/docker/prod-host/Dockerfile +++ b/docker/prod-host/Dockerfile @@ -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/