diff --git a/.gitattributes b/.gitattributes index 068a686..3f73656 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,5 +1,5 @@ +.docker/ export-ignore .github/ export-ignore -docker/ export-ignore tests/ export-ignore .editorconfig export-ignore .gitattributes export-ignore diff --git a/README.md b/README.md index 7e9ad33..f7a6942 100644 --- a/README.md +++ b/README.md @@ -63,11 +63,15 @@ And you should be good to go. Happy testing! If you need a suitable dev environment you can always use docker. Simply build the respective container and tag it via: -``docker build -t phpstan-prophecy:7.1 docker/container/php`` +``` +$ docker build -t phpstan-prophecy:7.1 .docker/container/php +``` You can then use this tagged container image to run php during development: -``docker run -it --rm --name phpstan-prophecy-dev -v "$PWD":/var/www/html -w /var/www/html phpstan-prohphecy:7.1 bash`` +``` +$ docker run -it --rm --name phpstan-prophecy-dev -v "$PWD":/var/www/html -w /var/www/html phpstan-prohphecy:7.1 bash +``` ## Changelog