Move all files to drupal/
This commit is contained in:
parent
f545502947
commit
ec8f7f1481
35 changed files with 0 additions and 0 deletions
7
drupal/tools/docker/images/php/root/usr/local/bin/docker-entrypoint-php
Executable file
7
drupal/tools/docker/images/php/root/usr/local/bin/docker-entrypoint-php
Executable file
|
|
@ -0,0 +1,7 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
# Do not edit this file. It is automatically generated by https://www.oliverdavies.uk/build-configs.
|
||||
|
||||
[[ -f composer.json && ! -d vendor ]] && composer install
|
||||
|
||||
eval "$@"
|
||||
Reference in a new issue