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 6ce83d6 commit b6198f1Copy full SHA for b6198f1
Dockerfile
@@ -71,7 +71,7 @@ RUN npm install -g pnpm
71
72
RUN if [ -n "$PRE_INSTALLED_PIP_PACKAGES_ARG" ]; then \
73
echo "Installing pre-defined PIP packages: $PRE_INSTALLED_PIP_PACKAGES_ARG" && \
74
- uv pip install --system --no-cache-dir $PRE_INSTALLED_PIP_PACKAGES_ARG; \
+ pip install --break-system-packages --no-cache-dir $PRE_INSTALLED_PIP_PACKAGES_ARG; \
75
else \
76
echo "Skipping pre-defined PIP packages installation."; \
77
fi
run.sh …/s6-overlay/s6-rc.d/mcp-proxy-server/runrun.sh renamed to rootfs/etc/s6-overlay/s6-rc.d/mcp-proxy-server/run
rootfs/etc/s6-overlay/s6-rc.d/mcp-proxy-server/type
@@ -0,0 +1 @@
1
+longrun
rootfs/etc/s6-overlay/s6-rc.d/mcp-proxy-server/up
+/etc/s6-overlay/s6-rc.d/mcp-proxy-server/run
rootfs/etc/s6-overlay/s6-rc.d/user/contents.d/mcp-proxy-server
0 commit comments