Files
DokuWiki-on-Docker/entrypoint.sh
William Miceli 48b6af2802 First upload of necessary files
Let's see what happens...
2020-01-03 18:56:43 -05:00

8 lines
142 B
Bash

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