Skip to content

Commit

Permalink
Update Docker CLI syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
llaville committed Nov 25, 2021
1 parent a99fa70 commit 1f5b1a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -97,7 +97,7 @@ If you want to disable the config file, you can add option `--no-configuration`.
### Docker cli

```bash
$ docker run overtrue/phplint ./ --exclude=vendor
docker run --rm -t -v "${PWD}":/workdir overtrue/phplint ./ --exclude=vendor
```

### Program
Expand Down

0 comments on commit 1f5b1a1

Please sign in to comment.