set socket perms
All checks were successful
/ docker (push) Successful in 27s

This commit is contained in:
Lee 2023-07-08 00:35:47 +01:00
parent 725f655fd9
commit 6c1de0446b

@ -40,6 +40,7 @@ sed -i "s/client_max_body_size 500M;/client_max_body_size ${MAX_UPLOAD_SIZE};/"
function start() {
echo "Starting PHP & Nginx"
php-fpm81 &&
chmod 777 /run/php/php.sock &&
nginx -g 'daemon off;'
}