diff --git a/docker/prod-host/Dockerfile b/docker/prod-host/Dockerfile index 45c5ad6..41f29f5 100644 --- a/docker/prod-host/Dockerfile +++ b/docker/prod-host/Dockerfile @@ -20,6 +20,7 @@ WORKDIR /code 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 archetypes/ /code/archetypes/ COPY assets/ /code/assets/