This repository has been archived by the owner on Nov 30, 2022. It is now read-only.
Postgres and redis containers left running when using make commands #497
Labels
bug
Something isn't working
Bug Description
When running make commands,
make black
,make pytest
, etc, the postgres and redis containers are left running and have to be stopped manually.Steps to Reproduce
make black
docker ps
Expected behavior
All container should stop
Screenshots
N/A
Environment
Additional context
Calling
teardown
at the end fixes this.The text was updated successfully, but these errors were encountered: