Skip to content

Commit b6198f1

Browse files
committed
fix: add s6 overlay files
1 parent 6ce83d6 commit b6198f1

File tree

5 files changed

+3
-1
lines changed

5 files changed

+3
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ RUN npm install -g pnpm
7171

7272
RUN if [ -n "$PRE_INSTALLED_PIP_PACKAGES_ARG" ]; then \
7373
echo "Installing pre-defined PIP packages: $PRE_INSTALLED_PIP_PACKAGES_ARG" && \
74-
uv pip install --system --no-cache-dir $PRE_INSTALLED_PIP_PACKAGES_ARG; \
74+
pip install --break-system-packages --no-cache-dir $PRE_INSTALLED_PIP_PACKAGES_ARG; \
7575
else \
7676
echo "Skipping pre-defined PIP packages installation."; \
7777
fi

run.sh renamed to rootfs/etc/s6-overlay/s6-rc.d/mcp-proxy-server/run

File renamed without changes.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
longrun
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/etc/s6-overlay/s6-rc.d/mcp-proxy-server/run

rootfs/etc/s6-overlay/s6-rc.d/user/contents.d/mcp-proxy-server

Whitespace-only changes.

0 commit comments

Comments
 (0)