Skip to content

Commit

Permalink
Fixes #2657 Stops and removes the containers and their volumes.
Browse files Browse the repository at this point in the history
  • Loading branch information
saltykheera committed Dec 17, 2024
1 parent 7d3d958 commit c1cc9d0
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 @@ -28,6 +28,9 @@ up:
down:
docker compose -f docker-compose.yaml -f $(docker_config_file) down

teardown:
docker compose -f docker-compose.yaml -f $(docker_config_file) down -v

load-dummy-data:
docker compose exec backend bash -c "python manage.py load_dummy_data"

Expand Down

0 comments on commit c1cc9d0

Please sign in to comment.