Skip to content

Commit cb8947e

Browse files
committed
Actually use uv env to run the service
1 parent f497797 commit cb8947e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ ENV MEILI_HTTP_ADDR=http://meilisearch:7700
2525
ENV MEILI_MASTER_KEY=""
2626

2727
# Run the MCP server
28-
CMD ["python", "-m", "src.meilisearch_mcp"]
28+
CMD ["uv", "run", "python", "-m", "src.meilisearch_mcp"]

0 commit comments

Comments
 (0)