From 9555ab2d072c321540ffb1e3a48859b15aa5a006 Mon Sep 17 00:00:00 2001 From: Daniel-I-Am Date: Wed, 15 Jun 2022 18:23:10 +0200 Subject: [PATCH] Add robots.txt to production image --- docker/prod-host/Dockerfile | 1 + 1 file changed, 1 insertion(+) 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/