Files
DokuWiki-on-Docker/entrypoint.sh
2020-01-03 19:18:47 -05:00

8 lines
162 B
Bash

#!/bin/sh
echo "[ INFO ] Starting PHP Service"
rc-service php-fpm7 start
echo "[ INFO ] Starting nginx"
nginx -g "pid /tmp/nginx.pid; daemon off;" # Foreground