This repository has been archived on 2025-09-29. 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.
docker-examples/tools/docker/images/php/root/usr/local/bin/docker-entrypoint-php

7 lines
189 B
Bash
Executable file

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