diff --git a/entrypoint.sh b/entrypoint.sh index ae590e1..1653cc1 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -6,5 +6,8 @@ chown -R www-data:www-data /var/www echo "[ INFO ] Starting MySQL Server" service mysql start +echo "[ INFO ] Starting PHP 7.2 Service" +service php7.2-fpm start + echo "[ INFO ] Starting nginx" nginx -g "daemon off;" # Foreground