phpstan support

This commit is contained in:
hakutaku
2025-09-23 16:41:26 +03:00
parent 97441b9662
commit 8620dbff27
10 changed files with 91 additions and 4 deletions

View File

@@ -4,6 +4,9 @@ DOCKER_BUILD_COMMAND=docker build --file Dockerfile --no-cache --platform linux/
run:
$(PWD)/bin/rr -c .rr.dev.yaml serve
stan:
vendor/bin/phpstan analyse src
up:
$(DOCKER_BUILD_COMMAND) --build-arg APP_ENV=dev .
docker compose --env-file .env up -d