mirror of
https://github.com/standardebooks/web.git
synced 2025-07-14 02:21:55 -04:00
Better document why we run tail in the Docker script
This commit is contained in:
parent
a690a85053
commit
74276ff511
1 changed files with 3 additions and 1 deletions
|
@ -10,4 +10,6 @@ ln -s /standardebooks.org/web/config/php/fpm/standardebooks.test.conf /etc/php/*
|
|||
a2ensite standardebooks.test
|
||||
/etc/init.d/apache2 start
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue