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

6 lines
90 B
Twig
Executable file

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