Sprint 1: Foundation — FastAPI scaffold, auth, DB schema, mock WhatsApp, Docker #1
+1
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user