aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 326c30b..6daa151 100644
--- a/Makefile
+++ b/Makefile
@@ -36,7 +36,6 @@ build-%:
# engine, DOCKER_BUILDKIT appears to have some strange behaviour so turning
# it off for now
DOCKER_BUILDKIT=0 docker build $$DOCKER_FLAGS -t $(IMG):$* .
- for v in $(VOLS) ; do docker volume create abuild-$*-$${v//\//_} ; done
$(RM) Dockerfile
.PHONY: push