1
0
mirror of https://github.com/Intervention/image.git synced 2025-01-16 19:58:14 +01:00

Remove already configured path from phpstan call

This commit is contained in:
Oliver Vogel 2024-09-14 08:47:04 +02:00
parent e878ccc4a8
commit e9dbb82486
No known key found for this signature in database
GPG Key ID: 1B19D214C02D69BB

View File

@ -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: