зеркало из https://github.com/mozilla/kitsune.git
Account for docker compose v2
This commit is contained in:
Родитель
b8cb682d36
Коммит
76079ccf4d
5
Makefile
5
Makefile
|
@ -1,5 +1,10 @@
|
|||
DC_CI = "bin/dc.sh"
|
||||
DC := $(shell command -v docker-compose 2> /dev/null)
|
||||
ifeq (DC,)
|
||||
DC = $(shell which docker-compose)
|
||||
else
|
||||
DC = $(shell which docker) compose
|
||||
endif
|
||||
PIP_TIMEOUT=60
|
||||
|
||||
default: help
|
||||
|
|
Загрузка…
Ссылка в новой задаче