all: build up build: docker-compose build up: docker-compose up -d down: docker-compose down logs: docker-compose logs -f proto-gen: chmod +x ./scripts/proto-gen.sh ./scripts/proto-gen.sh init-db: chmod +x ./scripts/init-db.sh ./scripts/init-db.sh test: docker-compose run --rm gateway python -m pytest lint: docker-compose run --rm gateway python -m ruff check .