Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
Signed-off-by: Prabhu Subramanian <[email protected]>
  • Loading branch information
prabhu committed Feb 17, 2025
1 parent 9d0c3c8 commit 6d85b71
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions contrib/mcp-server-vdb/.dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.venv/
4 changes: 1 addition & 3 deletions contrib/mcp-server-vdb/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,12 @@ LABEL maintainer="Team AppThreat" \

WORKDIR /app

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

# This directory must contain the vulnerability database
# export VDB_HOME=/db
# vdb --download-image
RUN mkdir -p /db
ENV PATH="/app/.venv/bin:$PATH" \
VDB_HOME="/db"

RUN mkdir -p /db && vdb --help
ENTRYPOINT ["mcp-server-vdb"]

0 comments on commit 6d85b71

Please sign in to comment.