Vinbor commited on
Commit
88fe7f1
·
verified ·
1 Parent(s): d65c4f4

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -4,7 +4,7 @@ RUN git clone https://github.com/Toperlock/sing-box-subscribe /app
4
  WORKDIR "app"
5
  RUN pip install --upgrade pip
6
  RUN pip install -r requirements.txt
7
- RUN chmod 755 app/api/app.py
8
- RUN sed -i "s/debug=true/debug=True, host='0.0.0.0'/g" app/api/app.py
9
  EXPOSE 5000
10
  CMD ["python", "api/app.py"]
 
4
  WORKDIR "app"
5
  RUN pip install --upgrade pip
6
  RUN pip install -r requirements.txt
7
+ RUN chmod 755 api/app.py
8
+ RUN sed -i "s/debug=true/debug=True, host='0.0.0.0'/g" api/app.py
9
  EXPOSE 5000
10
  CMD ["python", "api/app.py"]