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

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 ["uvicorn", "main:app", "--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", "--host", "0.0.0.0", "--port", "7860"]