Add robots.txt to production image
This commit is contained in:
parent
a82da81fde
commit
9555ab2d07
@ -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/
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user