add error log

This commit is contained in:
2025-04-25 11:56:12 +02:00
parent 3349ea882d
commit 196d242e95

View File

@@ -31,4 +31,4 @@ EXPOSE 80
# Start both Apache and MariaDB
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