Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 280 Bytes

docker.md

File metadata and controls

9 lines (6 loc) · 280 Bytes

Docker CLI

docker run --rm -t -v "${PWD}":/workdir overtrue/phplint:latest ./ --exclude=vendor --no-configuration --no-cache

Please mount your source code to /workdir in the container.

IMPORTANT : Docker image with latest tag use the PHP 8.3 runtime !