oliverdavies.uk-drupal/tools/docker/images/php/root/usr/local/bin/docker-entrypoint-php
2024-04-04 18:20:16 +01:00

8 lines
192 B
Bash
Executable file

#!/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 "$@"