mahesh1209 commited on
Commit
0972f8a
·
verified ·
1 Parent(s): 18c96f3

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -4,4 +4,4 @@ COPY app.py .
4
  COPY requirements.txt .
5
  RUN pip install --no-cache-dir -r requirements.txt
6
  EXPOSE 7860
7
- CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]
 
4
  COPY requirements.txt .
5
  RUN pip install --no-cache-dir -r requirements.txt
6
  EXPOSE 7860
7
+ CMD ["python", "app.py"]