This commit is contained in:
Andrei Condurachi 2020-11-21 18:26:20 +02:00
parent d1bc1f226f
commit cd02fdb4f5
1 changed files with 4 additions and 1 deletions

5
run.sh
View File

@ -7,4 +7,7 @@
# Start Apache and PHP-FPM # Start Apache and PHP-FPM
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
# Make sure apache can read&right to logs and docroot
RUN chown -R apache:apache /var/log/apache2 /var/www