Using an Ubuntu root image instead of Debian; way easier...

This commit is contained in:
WilliamMiceli
2019-10-18 22:48:30 -04:00
parent 991b02e3c2
commit 3ead28236b
2 changed files with 2 additions and 20 deletions

View File

@@ -3,11 +3,5 @@
echo "[ INFO ] Recursively setting default nginx:nginx permissions on web directory"
chown -R nginx:nginx /var/www
echo "[ INFO ] Starting PHP-FPM"
php-fpm7 -D # Background
echo "[ INFO ] Starting cron"
crond # Background
echo "[ INFO ] Starting nginx"
nginx -g "daemon off;" # Foreground