Merge pull request #1329 from containous/makefile-image-target-depend-on-binary

Make image Makefile target depend on binary instead of build.
This commit is contained in:
Vincent Demeester 2017-03-22 19:00:04 +01:00 committed by GitHub
commit 1bc8c9912e

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: