Fix missing dependencies on first load
This commit is contained in:
parent
f2e95f2b07
commit
43f27371e2
3 changed files with 14 additions and 0 deletions
5
templates/docker-entrypoint-php.twig
Executable file
5
templates/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