Update
This commit is contained in:
parent
d1bc1f226f
commit
cd02fdb4f5
5
run.sh
5
run.sh
|
|
@ -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
|
||||||
Loading…
Reference in New Issue