Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 311 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 311 Bytes

Supported tags and respective Dockerfile links

How to use this image.

phpunit () {
    docker run \
    -t \
    --rm \
    --volume $(pwd):/app:rw \
    5ndn/phpunit \
    "$@"
}