build-configs/templates/php/docker-entrypoint-php.twig

8 lines
117 B
Twig
Executable file

#!/usr/bin/env bash
# {{ managedText | raw }}
[[ -f composer.json && ! -d vendor ]] && composer install
eval "$@"