fix(ci): explicitly run agents.core-logic.app in Dockerfile
This commit is contained in:
parent
f3e15331cd
commit
1b8c8ac79c
|
|
@ -14,4 +14,4 @@ COPY . .
|
||||||
ENV PORT=8080
|
ENV PORT=8080
|
||||||
EXPOSE 8080
|
EXPOSE 8080
|
||||||
|
|
||||||
CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "8080"]
|
CMD ["uvicorn", "agents.core-logic.app:app", "--host", "0.0.0.0", "--port", "8080"]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user