This repository has been archived on 2025-01-07. You can view files and clone it, but cannot push or open issues or pull requests.
drupal-testing-lightning-talk/tools/docker/images/php/root/usr/local/bin/docker-entrypoint-php

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 "$@"