diff --git a/Makefile b/Makefile index c2620a0..626f6aa 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ # Docker parameters DOCKER=docker -DOCKER_BUILD=$(DOCKER) build --no-cache +DOCKER_BUILD=$(DOCKER) build DOCKER_RUN=$(DOCKER) run DOCKER_COMPOSE=docker compose