Kiuyha commited on
Commit
e883edd
·
verified ·
1 Parent(s): 2c74f93

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -11,6 +11,6 @@ COPY . .
11
 
12
  RUN pip3 install --no-cache-dir -r requirements.txt
13
 
14
- EXPOSE 8000
15
 
16
- ENTRYPOINT ["gunicorn", "-w", "4", "-b", "0.0.0.0:8000", "app:app"]
 
11
 
12
  RUN pip3 install --no-cache-dir -r requirements.txt
13
 
14
+ EXPOSE 7860
15
 
16
+ ENTRYPOINT ["gunicorn", "-w", "4", "-b", "0.0.0.0:7860", "app:app"]