Skip to content

Commit

Permalink
Remove redundant path indication
Browse files Browse the repository at this point in the history
Paths are already defined in config.
  • Loading branch information
olivervogel committed Feb 10, 2025
1 parent 9bdfa74 commit 7beade9
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 7beade9

Please sign in to comment.