Cron updates

This commit is contained in:
Andrei Condurachi 2020-11-21 23:35:17 +02:00
parent 44bfec665e
commit 9467036c7b
1 changed files with 0 additions and 1 deletions

1
run.sh
View File

@ -16,7 +16,6 @@ exec service crond start
# Start Apache, PHP-FPM and Cron
exec /usr/sbin/httpd -D FOREGROUND -f /etc/apache2/httpd.conf &
exec /usr/sbin/php-fpm7 -F
exec crond
# Make sure apache can read&right to logs and docroot
RUN chown -R apache:apache /var/log/apache2 /var/www