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

8 lines
166 B
Bash
Executable file

#!/usr/bin/env bash
# Do not edit this file. It is automatically generated by 'build-configs'.
[[ -f composer.json && ! -d vendor ]] && composer install
eval "$@"