Spaces:
Sleeping
Sleeping
Final Dockerfile for HF Spaces
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -26,4 +26,4 @@ RUN pip install --no-cache-dir -r requirements.txt
|
|
| 26 |
EXPOSE 8501
|
| 27 |
|
| 28 |
# 8. Set the default command to run your Streamlit app when the container starts
|
| 29 |
-
CMD ["streamlit", "run", "
|
|
|
|
| 26 |
EXPOSE 8501
|
| 27 |
|
| 28 |
# 8. Set the default command to run your Streamlit app when the container starts
|
| 29 |
+
CMD ["streamlit", "run", "Graphs.py", "--server.port=8501", "--server.address=0.0.0.0"]
|