diff --git a/docker-entrypoint.sh b/docker-entrypoint.sh index 40a3a56..91aeae5 100755 --- a/docker-entrypoint.sh +++ b/docker-entrypoint.sh @@ -2,6 +2,8 @@ chown -R apache:apache ${RAINLOOP_HOME} +rm -f /run/apache2/httpd.pid + sh -c "find . -type d -exec chmod 755 {} \;" sh -c "find . -type f -exec chmod 644 {} \;"