diff --git a/Makefile b/Makefile index 6f18c4e..68fbfd7 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ .PHONY: down build up logs shell lock migrate migration import-dictionary build: - docker compose build + docker compose build --no-cache up: docker compose up -d