url changed
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -14,4 +14,4 @@ RUN pip install --no-cache-dir -r requirements.txt
|
|
14 |
EXPOSE 8501
|
15 |
|
16 |
# Command to run the Streamlit app
|
17 |
-
CMD ["streamlit", "run", "app.py", "--server.port=
|
|
|
14 |
EXPOSE 8501
|
15 |
|
16 |
# Command to run the Streamlit app
|
17 |
+
CMD ["streamlit", "run", "app.py", "--server.port=7860", "--server.address=0.0.0.0"]
|