Browse Source

docker: create empty robots.txt

pull/115/head
Zankaria 1 month ago
parent
commit
e1e6a5ce35
  1. 4
      docker/php/bootstrap.sh

4
docker/php/bootstrap.sh

@ -27,8 +27,8 @@ ln -nfs \
chown www-data /var/www chown www-data /var/www
chgrp www-data /var/www chgrp www-data /var/www
# Initialize robots.txt with the default if it doesn't exist. # Initialize an empty robots.txt with the default if it doesn't exist.
cp -n /code/robots.txt /var/www touch /var/www/robots.txt
# Link the cache and tmp files directory. # Link the cache and tmp files directory.
ln -nfs /var/tmp/leftypol /var/www/tmp ln -nfs /var/tmp/leftypol /var/www/tmp

Loading…
Cancel
Save