Better document why we run tail in the Docker script

This commit is contained in:
Robin Whittleton 2021-02-09 23:02:10 +01:00 committed by Alex Cabal
parent a690a85053
commit 74276ff511

View file

@ -10,4 +10,6 @@ ln -s /standardebooks.org/web/config/php/fpm/standardebooks.test.conf /etc/php/*
a2ensite standardebooks.test a2ensite standardebooks.test
/etc/init.d/apache2 start /etc/init.d/apache2 start
service php7.4-fpm restart service php7.4-fpm restart
tail -f /var/log/apache2/error.log
# Keep the server available by holding open the container
tail -f /dev/null