Skip to content

Commit

Permalink
generic docker usage in README
Browse files Browse the repository at this point in the history
  • Loading branch information
alterphp committed Apr 2, 2018
1 parent 5628601 commit 41fd575
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,13 +186,13 @@ Run code quality tools

Locally with Docker :

dcrun php /app/vendor/bin/php-cs-fixer fix --config=/app/.php_cs /app/src
docker-compose run --rm php /app/vendor/bin/php-cs-fixer fix --config=/app/.php_cs /app/src

### PHPStan

Locally with Docker :

dcrun php /app/vendor/bin/phpstan analyse -c /app/phpstan.neon --level=6 /app/src
docker-compose run --rm php /app/vendor/bin/phpstan analyse -c /app/phpstan.neon --level=6 /app/src

License
-------
Expand Down

0 comments on commit 41fd575

Please sign in to comment.