From 14f216b60fe114086b91e2a7d1e92298e200b103 Mon Sep 17 00:00:00 2001 From: Daniel-I-Am Date: Tue, 14 Jun 2022 19:24:46 +0200 Subject: [PATCH] Themes directory does not exist, so do not copy it in docker build --- docker/prod-host/Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/docker/prod-host/Dockerfile b/docker/prod-host/Dockerfile index 7f5ef41..45c5ad6 100644 --- a/docker/prod-host/Dockerfile +++ b/docker/prod-host/Dockerfile @@ -21,7 +21,6 @@ RUN apk add --no-cache hugo COPY config.toml /code/config.toml COPY static/webfonts/ /code/static/webfonts/ -COPY themes/ /code/themes/ COPY archetypes/ /code/archetypes/ COPY assets/ /code/assets/ COPY layouts/ /code/layouts/