Spaces:
Runtime error
Runtime error
updated
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
|
@@ -14,4 +14,5 @@ RUN pip install -r requirements.txt
|
|
| 14 |
EXPOSE 8501
|
| 15 |
|
| 16 |
# Run streamlit when the container launches
|
| 17 |
-
CMD ["streamlit", "run", "app.py"]
|
|
|
|
|
|
| 14 |
EXPOSE 8501
|
| 15 |
|
| 16 |
# Run streamlit when the container launches
|
| 17 |
+
#CMD ["streamlit", "run", "app.py"]
|
| 18 |
+
CMD ["streamlit", "run", "app.py", "--server.port=8501", "--server.address=0.0.0.0"]
|