https://github.com/marmelab/docker-composer-hhvm
https://github.com/marmelab/docker-composer-hhvm
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/marmelab/docker-composer-hhvm
- Owner: marmelab
- Created: 2014-09-08T10:05:55.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2019-04-01T01:47:16.000Z (about 6 years ago)
- Last Synced: 2025-02-17T02:53:24.649Z (4 months ago)
- Size: 121 KB
- Stars: 7
- Watchers: 5
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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 marmelab/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.