We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 252552c + 7db8e4c commit aea9a9cCopy full SHA for aea9a9c
Containerfile
@@ -27,4 +27,4 @@ RUN uv sync --no-cache --locked
27
# Expose metrics port
28
EXPOSE 8000
29
30
-CMD ["uv", "run", "python", "mcp_server.py"]
+CMD ["uv", "run","--no-cache", "python", "mcp_server.py"]
0 commit comments