forked from TrueCloudLab/frostfs-dev-env
[#157]: pull
now isn't a dependency of up
Signed-off-by: anastasia prasolova <anastasia@nspcc.ru>
This commit is contained in:
parent
943318ff40
commit
38f04abcc0
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -52,7 +52,7 @@ get: $(foreach SVC, $(GET_SVCS), get.$(SVC))
|
|||
|
||||
# Start environment
|
||||
.PHONY: up
|
||||
up: pull get vendor/hosts
|
||||
up: get vendor/hosts
|
||||
@$(foreach SVC, $(START_SVCS), $(shell docker-compose -f services/$(SVC)/docker-compose.yml up -d))
|
||||
@./bin/tick.sh
|
||||
@./bin/config.sh string SystemDNS container
|
||||
|
|
Loading…
Reference in a new issue