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/