Pindar / docker-composer-hhvm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

docker-composer-hhvm

Run composer on hhvm within a docker container

So instead of running

$ composer install

You can run

$ docker run -ti -v `pwd`:/srv pindar/composer-hhvm bash -c 'hhvm /usr/local/bin/composer install'

The entrypoint is voluntarily omitted to ease user manipulation in the container in order to have composer generate files with the correct user rights.

About