Make image Makefile target depend on binary instead of build.
build only builds the build container without the binary.
This commit is contained in:
parent
a7bc8c8aa4
commit
b5430803b8
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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:
|
||||
|
|
Loading…
Reference in a new issue