add error log
This commit is contained in:
@@ -31,4 +31,4 @@ EXPOSE 80
|
|||||||
|
|
||||||
# Start both Apache and MariaDB
|
# Start both Apache and MariaDB
|
||||||
CMD service apache2 restart && \
|
CMD service apache2 restart && \
|
||||||
tail -f /var/log/apache2/access.log
|
tail -f /var/log/apache2/access.log & tail -f /var/log/apache2/error.log
|
||||||
|
|||||||
Reference in New Issue
Block a user