docker-symfony-deprecation-detector

UNIX name Owner Status
docker-symfony-deprecation-detector 7x stable
Version Compatible with
N/A N/A
A docker image to run Symfony Deprecation Detector

Docker Symfony Deprecation Detector

[]()
[]()
[]()
[]()

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

No news yet.

This project has no reviews yet. Be the first one to review it!

No forum messages yet.