An open API service indexing awesome lists of open source software.

https://github.com/codibly/docker-php-composer


https://github.com/codibly/docker-php-composer

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# PHP Composer with NPM

Based on: https://github.com/prooph/docker-files

## Usage

Add to the `.zshrc`

```
function composer () {
tty=
tty -s && tty=--tty

docker run \
$tty \
--interactive \
--rm \
--volume /etc/passwd:/etc/passwd:ro \
--volume /etc/group:/etc/group:ro \
--volume $(pwd):/app \
codibly/composer "$@"
}
```

License: MIT