From 0c1d6e0b04f44bc9329519782bef8e8aa6409569 Mon Sep 17 00:00:00 2001 From: Daniel-I-Am Date: Sun, 19 Jun 2022 17:45:49 +0200 Subject: [PATCH] Add icons to docker image --- docker/prod-host/Dockerfile | 1 + 1 file changed, 1 insertion(+) 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/