rename stacks to separe host and user worlds

This commit is contained in:
Yann Autissier
2022-05-07 15:04:44 +02:00
parent 15e846e3a4
commit 87a194c446
26 changed files with 97 additions and 75 deletions
+3 -3
View File
@@ -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