feat: add Drupal LocalGov example
This commit is contained in:
commit
17c5703d29
19 changed files with 1800 additions and 0 deletions
5
tools/docker/images/php/root/usr/local/bin/docker-entrypoint-php
Executable file
5
tools/docker/images/php/root/usr/local/bin/docker-entrypoint-php
Executable file
|
|
@ -0,0 +1,5 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
[[ -f composer.json && ! -d vendor ]] && composer install
|
||||
|
||||
eval "$@"
|
||||
Reference in a new issue