This repository has been archived on 2021-12-12. You can view files and clone it, but cannot push or open issues or pull requests.
kanboard/overlay/usr/local/bin/entrypoint.sh

8 lines
293 B
Bash
Raw Normal View History

2019-07-22 00:38:49 +02:00
#!/bin/sh
2019-10-02 10:51:21 +02:00
/usr/local/bin/gomplate -V -o /etc/php7/php.ini -f /etc/templates/php.ini.tmpl
/usr/local/bin/gomplate -V -o /var/www/app/data/config.php -f /etc/templates/config.php.tmpl
2019-07-22 00:38:49 +02:00
2019-09-28 21:00:56 +02:00
exec supercronic -split-logs /etc/crontabs/nginx 1>/dev/null &
exec php-fpm7 -F &
exec nginx -g "daemon off;"