SushantGautam commited on
Commit
b6cbfe7
·
verified ·
1 Parent(s): 4699639

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -15,4 +15,4 @@ EXPOSE 7860
15
 
16
  # CMD ["conda", "run", "-n", "playerTV", "python", "app.py"]
17
 
18
- CMD ["bash", "-c", "source activate playerTV && flask run --debug"]
 
15
 
16
  # CMD ["conda", "run", "-n", "playerTV", "python", "app.py"]
17
 
18
+ CMD ["bash", "-c", "source activate playerTV && flask run --host=0.0.0.0 --port=7860 --debug"]