adding robots.txt

This commit is contained in:
2026-01-20 20:43:36 +00:00
parent 4ed4d3a26f
commit 8bcd37cf68
4 changed files with 18 additions and 13 deletions

View File

@@ -15,6 +15,7 @@ RUN curl -fsSL https://deb.nodesource.com/setup_lts.x | bash - \
COPY nginx.conf.template /etc/nginx/nginx.conf.template
COPY nginx_setup.conf.template /etc/nginx/nginx_setup.conf.template
COPY robots.txt /etc/nginx/html/robots.txt
COPY entrypoint.sh /entrypoint.sh
WORKDIR /app