KingNish commited on
Commit
8a9108d
·
verified ·
1 Parent(s): 2aac2cf

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -7,6 +7,6 @@ RUN pip install -r requirements.txt
7
 
8
  COPY . /app
9
 
10
- EXPOSE 5000
11
 
12
- CMD ["flask", "run", "--host=0.0.0.0", "--port=5000"]
 
7
 
8
  COPY . /app
9
 
10
+ EXPOSE 7860
11
 
12
+ CMD ["python", "./app.py"]