fix: remove extraneous single quote from uvicorn command in docker-compose.yml
This commit is contained in:
parent
ed5aaa501f
commit
eac1620504
|
|
@ -67,7 +67,7 @@ services:
|
|||
redis:
|
||||
condition: service_healthy
|
||||
# 开发模式下,可以启用 --reload 热重载
|
||||
command: sh -c ".venv/bin/alembic upgrade head && .venv/bin/uvicorn app.main:app --host 0.0.0.0 --port 8000'"
|
||||
command: sh -c ".venv/bin/alembic upgrade head && .venv/bin/uvicorn app.main:app --host 0.0.0.0 --port 8000"
|
||||
networks:
|
||||
- deepaudit-network
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue