fix: Include alembic.ini and alembic/ in API Docker image for migrations
This commit is contained in:
parent
7256fe7667
commit
8dc4e9137d
1 changed files with 2 additions and 0 deletions
|
|
@ -15,6 +15,8 @@ RUN pip install --no-cache-dir -r requirements.txt
|
|||
COPY backend/ /app/
|
||||
COPY prompts/ /prompts/
|
||||
COPY config/ /config/
|
||||
COPY alembic.ini /app/alembic.ini
|
||||
COPY alembic/ /app/alembic/
|
||||
|
||||
EXPOSE 8000
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue