maham234 commited on
Commit
6fdc19d
·
verified ·
1 Parent(s): 6c1dc97

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -14,7 +14,7 @@ RUN pip install --no-cache-dir -r requirements.txt
14
 
15
  COPY . .
16
 
17
- EXPOSE 5000
18
 
19
  CMD ["python", "app.py"]
20
 
 
14
 
15
  COPY . .
16
 
17
+ EXPOSE 7860
18
 
19
  CMD ["python", "app.py"]
20