Skip to content

Commit

Permalink
docker php container exectution command added
Browse files Browse the repository at this point in the history
  • Loading branch information
Chrynn committed Jul 24, 2023
1 parent 5458a63 commit 49c6187
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,8 @@ build:
down:
docker-compose -f docker-compose.yml down

php:
docker-compose -f docker-compose.yml exec php bash;

phpstan:
docker-compose -f docker-compose.yml exec php vendor/bin/phpstan analyse -c config/phpstan.neon

0 comments on commit 49c6187

Please sign in to comment.