Soumyajit94298 commited on
Commit
80d491a
·
1 Parent(s): f6bbbe9

fixed docker

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -19,4 +19,4 @@ USER user
19
  # Expose the port that the application will run on
20
  EXPOSE 7860
21
 
22
- CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]
 
19
  # Expose the port that the application will run on
20
  EXPOSE 7860
21
 
22
+ CMD ["python", "app.py"]