mirror of
https://github.com/rectorphp/rector.git
synced 2025-02-24 11:44:14 +01:00
Merge pull request #834 from rectorphp/dockerfile
Added mention about docker to readme
This commit is contained in:
commit
40ad33481a
@ -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
|
||||||
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user