We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
docker build -t converter .
docker run --rm -t -v $(pwd):/project -w /project converter convert --phpstan
This will mount the current directory in the container under /project, and execute the converter. This will also remove the container after use.
/project