You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the codebase we're using docker_helper.docker_compose to reference the docker compose command, instead of directly using ["docker", "compose"]. For simplicity we should review the usage of the Docker helper, and re-evaluate if we need this abstraction at this point, or just trust that the tool will remain somewhat stable.
In the codebase we're using
docker_helper.docker_compose
to reference thedocker compose
command, instead of directly using["docker", "compose"]
. For simplicity we should review the usage of the Docker helper, and re-evaluate if we need this abstraction at this point, or just trust that the tool will remain somewhat stable.Originally posted by @slint in #352 (comment)
The text was updated successfully, but these errors were encountered: