From b5430803b838e6469d4f722da1d962b90b4cc6b3 Mon Sep 17 00:00:00 2001 From: Timo Reimann Date: Wed, 22 Mar 2017 16:33:02 +0100 Subject: [PATCH] Make image Makefile target depend on binary instead of build. build only builds the build container without the binary. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f3ef74af6..dc8690e6d 100644 --- a/Makefile +++ b/Makefile @@ -59,7 +59,7 @@ build-no-cache: dist shell: build ## start a shell inside the build env $(DOCKER_RUN_TRAEFIK) /bin/bash -image: build ## build a docker traefik image +image: binary ## build a docker traefik image docker build -t $(TRAEFIK_IMAGE) . dist: