docker-example-drupal/tools/docker/images/php/root/usr/local/bin/docker-entrypoint-php

8 lines
166 B
Plaintext
Raw Normal View History

2023-01-21 15:50:45 +00:00
#!/usr/bin/env bash
2023-03-14 20:20:48 +00:00
# Do not edit this file. It is automatically generated by 'build-configs'.
2023-01-21 15:50:45 +00:00
[[ -f composer.json && ! -d vendor ]] && composer install
eval "$@"