jayendra19 commited on
Commit
e2f0350
·
verified ·
1 Parent(s): 0b44fa7

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -10,4 +10,4 @@ RUN pip install --no-cache-dir --upgrade -r requirements.txt
10
 
11
  COPY --chown=user . /app
12
 
13
- CMD ["python","app:app.py", "--host", "0.0.0.0", "--port", "7860"]
 
10
 
11
  COPY --chown=user . /app
12
 
13
+ CMD ["python", "app.py"]