fix: rename to FuzzForge AI and fix new-user onboarding issues

This commit is contained in:
AFredefon
2026-02-26 11:14:08 +01:00
parent c6e9557541
commit 9e7c56ec09
20 changed files with 71 additions and 70 deletions

View File

@@ -18,8 +18,8 @@ WORKDIR /app
# Create FuzzForge standard directories
RUN mkdir -p /fuzzforge/input /fuzzforge/output
# Copy wheels directory (built by parent Makefile)
COPY .wheels /wheels
# Create wheels directory (populated with pre-built wheels when available)
RUN mkdir -p /wheels
# Set up uv for the container
ENV UV_SYSTEM_PYTHON=1