]> git.p6c8.net - jirafeau.git/blob - docker/run.sh
[BUGFIX] fix proposed web root during installation
[jirafeau.git] / docker / run.sh
1 #!/bin/sh -e
2 /cleanup.sh &
3 php-fpm -D
4 php /docker_config.php
5 lighttpd -D -f /etc/lighttpd/lighttpd.conf

patrick-canterino.de