attempt 4.5
All checks were successful
/ docker (push) Successful in 1m50s

This commit is contained in:
Lee 2023-07-06 00:48:27 +01:00
parent 8ba2958e6b
commit 8e18e29b26

@ -40,4 +40,4 @@ sed -i "s/client_max_body_size 500M;/client_max_body_size ${MAX_UPLOAD_SIZE};/"
# Start Nginx
echo "Starting PHP & Nginx"
CMD /etc/init.d/php8.1-fpm start && nginx -g 'daemon off;'
/etc/init.d/php8.1-fpm start && nginx -g 'daemon off;'