Cron updates
This commit is contained in:
parent
44bfec665e
commit
9467036c7b
1
run.sh
1
run.sh
|
|
@ -16,7 +16,6 @@ exec service crond start
|
||||||
# Start Apache, PHP-FPM and Cron
|
# Start Apache, PHP-FPM and Cron
|
||||||
exec /usr/sbin/httpd -D FOREGROUND -f /etc/apache2/httpd.conf &
|
exec /usr/sbin/httpd -D FOREGROUND -f /etc/apache2/httpd.conf &
|
||||||
exec /usr/sbin/php-fpm7 -F
|
exec /usr/sbin/php-fpm7 -F
|
||||||
exec crond
|
|
||||||
|
|
||||||
# Make sure apache can read&right to logs and docroot
|
# Make sure apache can read&right to logs and docroot
|
||||||
RUN chown -R apache:apache /var/log/apache2 /var/www
|
RUN chown -R apache:apache /var/log/apache2 /var/www
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue