This repository has been archived on 2025-01-07. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
drupal-testing-lightning-talk/tools/docker/images/php/root/usr/local/bin/docker-entrypoint-php

8 lines
192 B
Text
Raw Normal View History

2023-08-08 12:00:00 +01: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 "$@"