Make image Makefile target depend on binary instead of build.

build only builds the build container without the binary.
This commit is contained in:
Timo Reimann 2017-03-22 16:33:02 +01:00
parent a7bc8c8aa4
commit b5430803b8

View file

@ -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: