hashimotoa961 commited on
Commit
b93b844
·
1 Parent(s): 16edd33

fix for flask

Browse files
Files changed (1) hide show
  1. DockerFile +1 -1
DockerFile CHANGED
@@ -5,4 +5,4 @@ COPY ./requirements.txt /code/requirements.txt
5
  COPY ./app.py /code/app.py
6
 
7
  RUN pip install -r requirements.txt
8
- CMD ["python", "app.py", "--host", "0.0.0.0", "--port", "7860"]
 
5
  COPY ./app.py /code/app.py
6
 
7
  RUN pip install -r requirements.txt
8
+ CMD ["python", "app.py"]