mirror of
https://github.com/opdavies/build-configs.git
synced 2025-09-06 03:15:34 +01:00
chore: group PHP-related templates
This commit is contained in:
parent
b1da05e9cf
commit
4e861685d9
5 changed files with 4 additions and 4 deletions
5
templates/php/docker-entrypoint-php.twig
Executable file
5
templates/php/docker-entrypoint-php.twig
Executable file
|
@ -0,0 +1,5 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
[[ -f composer.json && ! -d vendor ]] && composer install
|
||||
|
||||
eval "$@"
|
Loading…
Add table
Add a link
Reference in a new issue