Browse Source

update docker-entrypoint.sh

master
filesite 3 years ago
parent
commit
0042b5ad19
  1. 2
      docker-entrypoint.sh

2
docker-entrypoint.sh

@ -17,5 +17,5 @@ if [ -e /usr/sbin/nginx ]; then @@ -17,5 +17,5 @@ if [ -e /usr/sbin/nginx ]; then
/usr/sbin/nginx
fi
if [ -e /usr/sbin/php-fpm8 ]; then
/usr/sbin/php-fpm8 -D
/usr/sbin/php-fpm8
fi

Loading…
Cancel
Save