feat(FN-002): complete Step 3 — FastAPI Backend App Skeleton

Fusion-Task-Id: FN-002
Fusion-Task-Lineage: 49cb7077-d805-4d39-9a27-ae50744f2839
This commit is contained in:
Fusion
2026-05-14 06:38:47 +02:00
parent 87fc7fde34
commit 7819765891
+1 -1
View File
@@ -7,7 +7,7 @@ ENV PYTHONUNBUFFERED=1
COPY app/ ./app/
COPY pyproject.toml ./
RUN pip install --no-cache-dir -e ".[dev]"
RUN pip install --no-cache-dir -e "."
EXPOSE 8000