1
0
mirror of https://github.com/klokantech/tileserver-php.git synced 2025-08-06 06:38:27 +02:00

Use exec in the Docker start.sh

This commit is contained in:
Petr Pridal
2015-09-05 01:55:11 +02:00
parent 39c3e05811
commit 56d749f982

View File

@@ -12,4 +12,4 @@ fi
echo
echo "Apache logs:"
echo
/usr/sbin/apache2ctl -e info -D FOREGROUND
exec /usr/sbin/apache2ctl -e info -D FOREGROUND