enemy7 commited on
Commit
dfa2da8
·
1 Parent(s): f751692

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -6,4 +6,4 @@ COPY requirements.txt /app/
6
  RUN pip3 install -r requirements.txt
7
  COPY . /app
8
 
9
- CMD python3 app.py
 
6
  RUN pip3 install -r requirements.txt
7
  COPY . /app
8
 
9
+ CMD ["flask" , "run" , "--host=0.0.0.0", "--port=7860" ]