Skip to content

Commit

Permalink
Remove already configured path from phpstan call
Browse files Browse the repository at this point in the history
  • Loading branch information
olivervogel committed Sep 14, 2024
1 parent e878ccc commit e9dbb82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ services:
analysis:
build: ./
working_dir: /project
command: bash -c "composer install && ./vendor/bin/phpstan analyze --memory-limit=512M ./src"
command: bash -c "composer install && ./vendor/bin/phpstan analyze --memory-limit=512M"
volumes:
- ./:/project
standards:
Expand Down

0 comments on commit e9dbb82

Please sign in to comment.