Files
links/Makefile
2025-05-06 20:44:33 +09:00

12 lines
199 B
Makefile

up:
@docker-compose up -d --build
down:
@docker-compose down
migrate:
@docker-compose exec web python manage.py migrate
test:
@docker-compose exec web pytest --maxfail=1 --disable-warnings -q