This commit is contained in:
xds
2026-03-22 13:51:52 +03:00
parent f86b08c2bf
commit e8bb1293b5

View File

@@ -13,4 +13,4 @@ COPY . .
EXPOSE 8000
CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "8000"]
CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "8091"]