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

8 lines
193 B
Plaintext
Raw Normal View History

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