Nginx-main-build/start.sh

5 lines
59 B
Bash

#!/usr/bin/env sh
set -e
php-fpm -D
nginx -g 'daemon off;'