habdine commited on
Commit
3b84827
1 Parent(s): e678172

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -21,4 +21,5 @@ RUN pip3 install gradio==5.0.1
21
  RUN pip3 install spaces
22
 
23
  CMD ["ls"]
24
- CMD ["uvicorn", "app:demo", "--host", "0.0.0.0", "--port", "7860"]
 
 
21
  RUN pip3 install spaces
22
 
23
  CMD ["ls"]
24
+ CMD ["python", "app.py"]
25
+ # CMD ["uvicorn", "app:demo", "--host", "0.0.0.0", "--port", "7860"]