PHP Copy/Paste Detector inside a docker container.
To run against your project, mount the path as a volume and point the image to it:
docker run -it --name phpcpd-cli --rm \
--volume=/path/to/php-project:/php-project \
bengroup/phpcpd /php-project
| Name | Name | Last commit date | ||
|---|---|---|---|---|
PHP Copy/Paste Detector inside a docker container.
To run against your project, mount the path as a volume and point the image to it:
docker run -it --name phpcpd-cli --rm \
--volume=/path/to/php-project:/php-project \
bengroup/phpcpd /php-project