This commit is contained in:
xds
2026-03-22 13:51:57 +03:00
parent e8bb1293b5
commit 33694d68db

View File

@@ -11,6 +11,6 @@ RUN pip install --no-cache-dir -r requirements.txt
COPY . .
EXPOSE 8000
EXPOSE 8091
CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "8091"]