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.
1 parent 724c9a9 commit f9b50a6Copy full SHA for f9b50a6
Dockerfile
@@ -52,7 +52,8 @@ COPY --chown=65532:65532 src ./src
52
53
# Install all packages from wheels
54
# Using --system to install globally (not in a venv) since this is a container
55
-RUN uv pip install --system /tmp/wheels/*.whl && \
+# Also install sentry-sdk for error monitoring in production
56
+RUN uv pip install --system /tmp/wheels/*.whl sentry-sdk && \
57
rm -rf /tmp/wheels
58
59
# Install root package to get entry points (http-mcp-server, etc.)
0 commit comments