@@ -2,4 +2,7 @@
# From https://github.com/smebberson/docker-alpine/tree/master/alpine-apache
+# avoid 'already pid is running' error
+rm -f /run/apache2/httpd.pid
+
exec /usr/sbin/apachectl -DFOREGROUND;