dockerfiles/rainloop/entrypoint.sh

8 lines
83 B
Bash
Raw Normal View History

2022-08-16 18:01:04 +02:00
#!/bin/sh
echo "starting daemonized nginx"
nginx
echo "starting php-fpm"
php-fpm