From 1f5b1a18a1a9fac1ff62189efdb824629bb5f75b Mon Sep 17 00:00:00 2001 From: Laurent Laville Date: Thu, 25 Nov 2021 06:38:05 +0000 Subject: [PATCH] Update Docker CLI syntax --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5132ce26..f14e8354 100644 --- a/README.md +++ b/README.md @@ -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