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

8 lines
192 B
Plaintext
Raw Normal View History

2023-10-18 13:19:03 +00:00
#!/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 "$@"