fix: uvicorn --app-dir peker direkte på agents/core-logic/app.py
This commit is contained in:
parent
20dabd3d2b
commit
66e7d1eff8
|
|
@ -14,4 +14,5 @@ COPY . .
|
||||||
ENV PORT=8080
|
ENV PORT=8080
|
||||||
EXPOSE 8080
|
EXPOSE 8080
|
||||||
|
|
||||||
CMD ["uvicorn", "agents.core-logic.app:app", "--app-dir", "/app", "--host", "0.0.0.0", "--port", "8080"]
|
# app.py ligger i /app/agents/core-logic/app.py
|
||||||
|
CMD ["uvicorn", "app:app", "--app-dir", "/app/agents/core-logic", "--host", "0.0.0.0", "--port", "8080"]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user