10 lines
114 B
Bash
Executable File
10 lines
114 B
Bash
Executable File
#!/bin/bash
|
|
|
|
/usr/sbin/php-fpm7.4 -F &
|
|
/usr/sbin/nginx -g 'daemon off;' &
|
|
/usr/bin/node multi &
|
|
|
|
wait -n
|
|
|
|
exit $?
|