Add robots.txt to production image

This commit is contained in:
Daniel_I_Am 2022-06-15 18:23:10 +02:00
parent a82da81fde
commit 9555ab2d07

View File

@ -20,6 +20,7 @@ WORKDIR /code
RUN apk add --no-cache hugo RUN apk add --no-cache hugo
COPY config.toml /code/config.toml COPY config.toml /code/config.toml
COPY static/robots.txt /code/static/robots.txt
COPY static/webfonts/ /code/static/webfonts/ COPY static/webfonts/ /code/static/webfonts/
COPY archetypes/ /code/archetypes/ COPY archetypes/ /code/archetypes/
COPY assets/ /code/assets/ COPY assets/ /code/assets/