Skip to content
Snippets Groups Projects
Commit 2f352590 authored by jurgenhaas's avatar jurgenhaas
Browse files

Switch to the correct phpstan docker image

parent 9aa9a3e4
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
export $(cat .env | xargs)
docker run --rm -v $(php /usr/local/bin/volume.php /app) phpstan/phpstan "$@"
docker run --rm -v $(php /usr/local/bin/volume.php /app) ghcr.io/phpstan/phpstan "$@"
EC=$?
exit $EC
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment