fix: rett uvicorn-modul fra main:app til app:app
This commit is contained in:
parent
30a418c583
commit
20dabd3d2b
|
|
@ -14,5 +14,4 @@ COPY . .
|
||||||
ENV PORT=8080
|
ENV PORT=8080
|
||||||
EXPOSE 8080
|
EXPOSE 8080
|
||||||
|
|
||||||
# main.py exports `app = FastAPI(...)`
|
CMD ["uvicorn", "agents.core-logic.app:app", "--app-dir", "/app", "--host", "0.0.0.0", "--port", "8080"]
|
||||||
CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "8080"]
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user