mirror of
https://github.com/FuzzingLabs/fuzzforge_ai.git
synced 2026-02-12 21:12:56 +00:00
feat: FuzzForge AI - complete rewrite for OSS release
This commit is contained in:
11
fuzzforge-mcp/Dockerfile
Normal file
11
fuzzforge-mcp/Dockerfile
Normal file
@@ -0,0 +1,11 @@
|
||||
FROM docker.io/debian:trixie
|
||||
|
||||
ARG PACKAGE
|
||||
|
||||
COPY --from=ghcr.io/astral-sh/uv:0.9.10 /uv /bin/
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
RUN /bin/uv venv && /bin/uv pip install --find-links /wheels $PACKAGE
|
||||
|
||||
CMD [ "/bin/uv", "run", "uvicorn", "fuzzforge_mcp.application:app"]
|
||||
Reference in New Issue
Block a user