rename stacks to separe host and user worlds
This commit is contained in:
@@ -3,14 +3,14 @@ include make/include.mk
|
||||
##
|
||||
# APP
|
||||
|
||||
app-bootstrap: setup-docker-group setup-nfsd setup-sysctl
|
||||
app-bootstrap: setup-binfmt setup-nfsd setup-sysctl
|
||||
|
||||
app-build: base install-build-config
|
||||
app-build: user install-build-config
|
||||
$(call make,docker-compose-build docker-compose-up)
|
||||
$(foreach service,$(or $(SERVICE),$(SERVICES)),$(call make,app-build-$(service)))
|
||||
$(call make,docker-commit)
|
||||
|
||||
app-install: ansible-run base node
|
||||
app-install: ansible-run
|
||||
|
||||
app-tests: ansible-tests
|
||||
|
||||
|
||||
Reference in New Issue
Block a user