Skip to content

Commit

Permalink
Add auto_remove=True to docker.containers.run
Browse files Browse the repository at this point in the history
  • Loading branch information
jennydaman committed Jul 28, 2024
1 parent 8e2dabd commit 1e7fa4f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_e2e.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ def _configure_hasura():
volumes={"hasura-copy": {"bind": "/config", "mode": "ro"}},
working_dir="/config",
network="minichris-local",
auto_remove=True,
)


Expand Down

0 comments on commit 1e7fa4f

Please sign in to comment.