Browse Source

docker: do not mention secrets.php in leftypol dockerfile

pull/115/head
Zankaria 4 weeks ago
parent
commit
c6f0dc5f4e
  1. 6
      docker/php/bootstrap.sh

6
docker/php/bootstrap.sh

@ -73,12 +73,6 @@ done
# Copy an empty instance configuration if the file is a link (it was linked because it did not exist before).
set_cfg 'instance-config.php'
set_cfg 'secrets.php'
# Initialize an empty writable secrests.php with the default if it doesn't exist.
#touch /var/www/inc/secrets.php
#chown www-data /var/www/inc/secrets.php
#chgrp www-data /var/www/inc/secrets.php
# Link the composer dependencies.
ln -nfs /code/vendor /var/www/

Loading…
Cancel
Save