Sign inSign up

ypereirareis/symfony-deprecation-detector

By ypereirareis

Updated over 10 years ago

# Docker Symfony Deprecation Detector

Image
1

1.6K

ypereirareis/symfony-deprecation-detector repository overview

Docker Symfony Deprecation Detector

Build Status Docker Stars ImageLayers Size Docker Pulls ImageLayers Layers

A docker image to run Symfony Deprecation Detector

Build it


make build

Run it

The working dir into the docker container is /app by default.

Default options are : check src/ vendor/ as you can see in the Dockerfile.


docker run -it --rm \
  -v `pwd`:/app \
    ypereirareis/symfony-deprecation-detector
    
OR

docker run -it --rm \
  -v `pwd`:/app \
    ypereirareis/symfony-deprecation-detector CUSTOM_OPTIONS

Tests


./tests.sh

Tag summary

Content type

Image

Digest

Size

239.5 MB

Last updated

over 10 years ago

docker pull ypereirareis/symfony-deprecation-detector