inveniosoftware / invenio-cli

CLI module for Invenio
https://invenio-cli.readthedocs.io
MIT License
10 stars 43 forks source link

docker: remove `docker_helper.docker_compose` usage #357

Open slint opened 1 year ago

slint commented 1 year ago

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.

_Originally posted by @slint in https://github.com/inveniosoftware/invenio-cli/pull/352#discussion_r1266661891_