dockerfiles/rainloop/entrypoint.sh

8 lines
83 B
Bash

#!/bin/sh
echo "starting daemonized nginx"
nginx
echo "starting php-fpm"
php-fpm