Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 343 Bytes

File metadata and controls

13 lines (8 loc) · 343 Bytes

PHP Copy/Paste Detector Docker

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