Initial Commit
This commit is contained in:
5
entrypoint.sh
Normal file
5
entrypoint.sh
Normal file
@@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
set -e
|
||||
# Start PHP-FPM in the background (official php image: /usr/local/sbin/php-fpm)
|
||||
/usr/local/sbin/php-fpm -D
|
||||
exec nginx -g 'daemon off;'
|
||||
Reference in New Issue
Block a user