AItool commited on
Commit
5d0d84d
·
verified ·
1 Parent(s): 481a2ae

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -14,4 +14,5 @@ RUN pip install --no-cache-dir -r requirements.txt
14
  EXPOSE 8000
15
 
16
  # Command to run the app
17
- CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "8000"]
 
 
14
  EXPOSE 8000
15
 
16
  # Command to run the app
17
+ #CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "8000"]
18
+ CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "8000", "--loop", "asyncio"]