lahiruchamika27 commited on
Commit
84efcee
·
verified ·
1 Parent(s): 50418ff

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -1,3 +1,4 @@
 
1
  FROM python:3.9-slim
2
 
3
  WORKDIR /app
@@ -14,4 +15,4 @@ ENV PORT=7860
14
  EXPOSE 7860
15
 
16
  # Command to run the app
17
- CMD ["gunicorn", "--bind", "0.0.0.0:7860", "app:app"]
 
1
+
2
  FROM python:3.9-slim
3
 
4
  WORKDIR /app
 
15
  EXPOSE 7860
16
 
17
  # Command to run the app
18
+ CMD ["python", "app.py"]