Files
Docker_Grav/entrypoint.sh
2019-05-15 12:18:08 -04:00

7 lines
110 B
Bash

#!/bin/sh
echo "[ INFO ] Starting PHP-FPM"
php-fpm7 -D
echo "[ INFO ] Starting nginx"
nginx -g "daemon off;"