Skip to content

Commit 6d85b71

Browse files
committed
Fix tests
Signed-off-by: Prabhu Subramanian <prabhu@appthreat.com>
1 parent 9d0c3c8 commit 6d85b71

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.venv/

contrib/mcp-server-vdb/Dockerfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,12 @@ LABEL maintainer="Team AppThreat" \
3636

3737
WORKDIR /app
3838

39-
COPY --from=uv /root/.local /root/.local
4039
COPY --from=uv --chown=app:app /app/.venv /app/.venv
4140

4241
# This directory must contain the vulnerability database
4342
# export VDB_HOME=/db
4443
# vdb --download-image
45-
RUN mkdir -p /db
4644
ENV PATH="/app/.venv/bin:$PATH" \
4745
VDB_HOME="/db"
48-
46+
RUN mkdir -p /db && vdb --help
4947
ENTRYPOINT ["mcp-server-vdb"]

0 commit comments

Comments
 (0)