Docker: add useful tail /var/log/apache2/access.log to bash_history

This commit is contained in:
2017-03-09 15:30:45 +01:00
parent d2d04b2398
commit 557ce1b922

View File

@@ -2,4 +2,5 @@ bash docker-entrypoint.sh
env | sort
apache2ctl start
apache2ctl graceful
tail -n 40 -f /var/log/apache2/access.log
tail -n 40 -f /var/log/apache2/error.log