Sprint 1: Foundation — FastAPI scaffold, auth, DB schema, mock WhatsApp, Docker #1

Merged
abiba-bot merged 5 commits from fm/denya-onecare-s1 into main 2026-07-23 17:09:02 +00:00
Showing only changes of commit 4b5d3e4ac1 - Show all commits
+1 -2
View File
@@ -14,8 +14,7 @@ COPY alembic/ alembic/
COPY app/ app/
# Install Python dependencies
RUN pip install --no-cache-dir -e . && \
pip install --no-cache-dir alembic aiosqlite
RUN pip install --no-cache-dir -e .
# Expose port
EXPOSE 8000