sid22669 commited on
Commit
279ebc7
·
verified ·
1 Parent(s): c8eaaf5

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -14,6 +14,6 @@ RUN pip install --no-cache-dir -r requirements.txt
14
  EXPOSE 7860
15
 
16
  # Run app.py when the container launches
17
- CMD ["python", "app:app"]
18
 
19
 
 
14
  EXPOSE 7860
15
 
16
  # Run app.py when the container launches
17
+ CMD ["python", "app.py"]
18
 
19