diff --git a/Makefile b/Makefile index 66d36cb..fa9d6a3 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ build: - docker build -t yaf . + docker build --no-cache -t yaf . run: docker compose up -d