Spaces:
Paused
Paused
Update Dockerfile
Browse files- 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"]
|