Allows developers to build PHP projects with composer without the need to install PHP locally.
2.3K
This PHP builder docker image allows developers to build PHP projects with composer without the need to install PHP locally.
Run any composer command by running the image ufirtgroup/php-builder.
docker run -it \
-e "USER_ID=$(id -u)" \
-v $PWD/phpapp:/source \
ufirstgroup/php-builder \
composer install
Set up your project as follows:
docker run -it \
-e "USER_ID=$(id -u)" \
-v $PWD/phpapp:/source \
ufirstgroup/php-builder \
$(basename $0) $@
Content type
Unrecognized
Digest
Size
196.8 MB
Last updated
about 10 years ago
docker pull ufirstgroup/php-builder