Skip to content

Latest commit

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

Docker image for phpcpd (PHP Copy Paste Detector)

Usage

To launch the PHP Code Paste Detector into the container, run:

docker run --rm --user $(id -u):$(id -g) --volume $(pwd):/data/www nicodocker91/phpcpd <options> ${ROOT_FOLDER}

Volumes

The only volume available to mount is /data.

The entrypoint is /data/www.

Options

Run the following command to read all options available:

docker run --rm nicodocker91/phpcpd --help

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors