diff --git a/Makefile b/Makefile index 7025dff42aa..1d71675dbab 100644 --- a/Makefile +++ b/Makefile @@ -103,7 +103,7 @@ devenv: devenv-down (rm -rf docker-compose.yaml; exit 1) @cd devenv; \ - docker-compose up -d + docker-compose up -d --build endif # drop down the envs