fix(docker): set relative API base URL and pin numpy for ChromaDB compat

This commit is contained in:
Woody 2026-04-27 19:15:16 +08:00
parent 4ad9deeccb
commit 05af86f5d2
2 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,7 @@ COPY frontend/package.json frontend/package-lock.json ./
RUN npm ci
COPY frontend/ ./
ENV VITE_API_BASE_URL=/api/v1
RUN npm run build
# Stage 2: Production runtime

View File

@ -3,6 +3,7 @@ uvicorn[standard]==0.27.0
pydantic==2.5.3
pydantic-settings==2.1.0
chromadb==0.4.22
numpy<2.0
python-docx==1.1.0
pypdf==4.0.2
python-dotenv==1.0.0