@@ -24,7 +24,7 @@ RUN pip install uvicorn
#EXPOSE 5000
# 启动应用
-
-CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "29015"]
+#timeout_keep_alive=600
+CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "29015" ,"--timeout_keep_alive", "600"]