Kabila22 commited on
Commit
b8a1fc7
·
1 Parent(s): 0b79e8d

second commit

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -17,4 +17,5 @@ COPY . .
17
  EXPOSE 7860
18
 
19
  # Run the application
20
- CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]
 
 
17
  EXPOSE 7860
18
 
19
  # Run the application
20
+ #CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]
21
+ CMD ["python", "-m", "uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]