diff --git a/3.0-custom/Dockerfile b/3.0-custom/Dockerfile index 63485a0..5ee5136 100644 --- a/3.0-custom/Dockerfile +++ b/3.0-custom/Dockerfile @@ -49,7 +49,7 @@ RUN chown -R www-data: /var/www/html/conf # Add Apache conf ADD ./apache2.conf /etc/apache2/sites-available/000-default.conf ADD ./ports.conf /etc/apache2/ports.conf - +ADD ./robots.txt /var/www/html/robots.txt # Add crontab config ADD ./itop-background-task.cron /var/www/html/ #Configure the crontab diff --git a/3.0-custom/robot.txt b/3.0-custom/robot.txt new file mode 100644 index 0000000..77470cb --- /dev/null +++ b/3.0-custom/robot.txt @@ -0,0 +1,2 @@ +User-agent: * +Disallow: / \ No newline at end of file