Updated the /app path in PYTHONENV
This commit is contained in:
@@ -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 .
|
||||
|
||||
Reference in New Issue
Block a user