Skip to content

Commit

Permalink
feat(makefile): add run commmand (docker)
Browse files Browse the repository at this point in the history
  • Loading branch information
zluuba committed Jun 5, 2024
1 parent 184aacb commit 113b3a4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,7 @@ test:
test-coverage:
poetry run coverage run manage.py test
poetry run coverage xml --include=task_manager/* --omit=task_manager/settings.py

run:
docker-compose up
docker-compose exec tm_web python manage.py migrate --noinput

0 comments on commit 113b3a4

Please sign in to comment.