6 lines
77 B
Bash
6 lines
77 B
Bash
|
|
#!/usr/bin/with-contenv sh
|
||
|
|
set -e;
|
||
|
|
|
||
|
|
# Start PHP-FPM
|
||
|
|
php-fpm -R --nodaemonize
|