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
Robert Kaussow 1d86b001c9
All checks were successful
continuous-integration/drone/push Build is passing
chore: remove gomplate debug output
2020-12-31 13:22:01 +01:00

9 lines
296 B
Bash
Executable File

#!/usr/bin/env sh
/usr/local/bin/gomplate -o /etc/php7/php.ini -f /etc/templates/php.ini.tmpl
/usr/local/bin/gomplate -o /var/www/app/data/config.php -f /etc/templates/config.php.tmpl
exec supercronic -split-logs /etc/crontabs/nginx 1>/dev/null &
exec php-fpm7 -F &
exec nginx -g "daemon off;"