diff --git a/Makefile b/Makefile index 52171cc..6f18c4e 100644 --- a/Makefile +++ b/Makefile @@ -37,4 +37,4 @@ rebuild: down build up # DATABASE_URL defaults to the docker-compose dev credentials. # Usage: make import-dictionary lang=fr import-dictionary: - cd api && python scripts/import_dictionary.py --lang $(lang) + cd api && uv run ./scripts/import_dictionary.py --lang $(lang)