Move the Docker files into their own folder

This commit is contained in:
Robin Whittleton 2021-02-10 18:27:36 +01:00 committed by Alex Cabal
parent 74276ff511
commit c36fde5c8c
3 changed files with 2 additions and 2 deletions

View file

@ -1,15 +0,0 @@
#!/bin/sh
cd /standardebooks.org/web
composer install
ln -s /standardebooks.org/web/config/apache/standardebooks.test.conf /etc/apache2/sites-available/
ln -s /standardebooks.org/web/config/php/fpm/standardebooks.org.ini /etc/php/*/cli/conf.d/
ln -s /standardebooks.org/web/config/php/fpm/standardebooks.org.ini /etc/php/*/fpm/conf.d/
ln -s /standardebooks.org/web/config/php/fpm/standardebooks.test.conf /etc/php/*/fpm/pool.d/
a2ensite standardebooks.test
/etc/init.d/apache2 start
service php7.4-fpm restart
# Keep the server available by holding open the container
tail -f /dev/null