volumes work now

This commit is contained in:
hugo gogo
2022-09-19 00:47:04 +02:00
parent 2ffe611dd9
commit 3be5af0e68
2 changed files with 10 additions and 15 deletions

View File

@@ -42,8 +42,7 @@ VOLUMES = $(shell $(SUDO) docker volume ls -q)
all: build $(VOLUMES_D) up
$(VOLUMES_D):
echo volumes
# mkdir -p $(VOLUMES_D)
mkdir -p $(VOLUMES_D)
build:
$(SUDO) docker-compose -f $(COMPOSE) build