fix: alembic config path in Dockerfile CMD
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
7b30880d44
commit
63e7195e1a
1 changed files with 1 additions and 1 deletions
|
|
@ -11,4 +11,4 @@ RUN pip install --no-cache-dir -r requirements.txt
|
|||
COPY . .
|
||||
|
||||
# Run migrations then start server
|
||||
CMD ["sh", "-c", "alembic upgrade head && uvicorn src.main:app --host 0.0.0.0 --port 8800 --workers 1"]
|
||||
CMD ["sh", "-c", "alembic -c alembic/alembic.ini upgrade head && uvicorn src.main:app --host 0.0.0.0 --port 8800 --workers 1"]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue