diff --git a/Makefile b/Makefile index 48966bb..894c7bc 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ # Docker parameters DOCKER=docker -DOCKER_BUILD=$(DOCKER) build +DOCKER_BUILD=$(DOCKER) build --no-cache DOCKER_RUN=$(DOCKER) run # Image names