Update Dockerfile

This commit is contained in:
2026-09-08 15:38:08 +00:00
parent 6d82b8b19c
commit bea21f2b87
+2 -2
View File
@@ -8,6 +8,6 @@ RUN pip install --no-cache-dir -r requirements.txt
COPY..
EXPOSE 5000
EXPOSE 8000
CMD ["python", "app.py"]
CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "8000"]