Files
UAS_SIG/entrypoint.sh
T

12 lines
173 B
Bash

#!/bin/sh
set -e
echo "==> Starting PHP-FPM..."
php-fpm -D
echo "==> Waiting for PHP-FPM to be ready..."
sleep 1
echo "==> Starting Nginx..."
exec nginx -g "daemon off;"