diff --git a/Makefile b/Makefile index 26633402d..142a16cfd 100644 --- a/Makefile +++ b/Makefile @@ -38,7 +38,7 @@ nothing: docker: $(IMAGES:%=docker-image.%) docker-image.%: % - @ docker build --no-cache --rm -f docker/$^/Dockerfile -t crusttech/api-$^:latest . + @ docker build --no-cache --rm -f Dockerfile.$^ -t crusttech/api-$^:latest . docker-push: $(IMAGES:%=docker-push.%)