Merge pull request #834 from rectorphp/dockerfile

Added mention about docker to readme
This commit is contained in:
Tomáš Votruba 2018-12-12 10:17:45 +01:00 committed by GitHub
commit 40ad33481a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -162,3 +162,9 @@ Just follow 3 rules:
``` ```
We would be happy to merge your feature then. We would be happy to merge your feature then.
## Run rector in docker
With this command, you can process your project with rector from docker:
```bash
docker run -v $(pwd):/project rector:latest
```