Skip to content

Commit 623d94f

Browse files
committed
Updated no sec.
1 parent ec2085b commit 623d94f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ ARG PORT=8009
55
ENV HOST=${HOST}
66
ENV PORT=${PORT}
77
ENV PATH="/usr/local/bin:${PATH}"
8-
# Update the base packages
9-
RUN pip install --upgrade vector-mcp
108

11-
# set the entrypoint to the start.sh script
12-
ENTRYPOINT exec vector-mcp --transport=http --host=${HOST} --port=${PORT}
9+
RUN pip install uv \
10+
&& uv pip install --system vector-mcp
11+
12+
ENTRYPOINT exec vector-mcp --transport "http" --host "${HOST}" --port "${PORT}"

0 commit comments

Comments
 (0)