Skip to content

Commit bb4d82c

Browse files
author
Robin VAN DE MERGHEL
committed
fix: Fixed destroy command to support MacOSX
1 parent 25a5ec4 commit bb4d82c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration_tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ def destroy():
203203
typer.secho("Shutting down and removing containers", err=True, fg=c.GREEN)
204204
with _gen_docker_compose(DEFAULT_MODULES) as docker_compose_fn:
205205
os.execvpe(
206-
"docker",
206+
DOCKER_COMPOSE_CMD[0],
207207
[*DOCKER_COMPOSE_CMD, "-f", docker_compose_fn, "down", "--remove-orphans", "-t", "0", "--volumes"],
208208
_make_env({}),
209209
)

0 commit comments

Comments
 (0)