docs4you commited on
Commit
cc29de6
·
verified ·
1 Parent(s): 0434bd0

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -14,6 +14,6 @@ RUN git clone https://github.com/MarkMCFC/tfms.xyz .
14
 
15
  RUN pip install flask curl-cffi m3u8 gunicorn
16
 
17
- EXPOSE 7860
18
 
19
  CMD ["gunicorn", "--workers", "5", "--worker-class", "gthread", "--threads", "4", "--bind", "0.0.0.0:7860", "proxy:app"]
 
14
 
15
  RUN pip install flask curl-cffi m3u8 gunicorn
16
 
17
+ EXPOSE 7870
18
 
19
  CMD ["gunicorn", "--workers", "5", "--worker-class", "gthread", "--threads", "4", "--bind", "0.0.0.0:7860", "proxy:app"]