Updated the /app path in PYTHONENV

This commit is contained in:
2026-03-09 20:52:32 -05:00
parent bc2203524f
commit fdae64409c
3 changed files with 175 additions and 0 deletions

View File

@@ -13,6 +13,8 @@ WORKDIR /app
COPY requirements.txt .
RUN pip install --no-cache-dir -r requirements.txt
ENV PYTHONPATH=/app
COPY backend/ backend/
COPY alembic/ alembic/
COPY alembic.ini .