Spaces:
No application file
No application file
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -27,5 +27,5 @@ COPY . .
|
|
| 27 |
EXPOSE 8501
|
| 28 |
|
| 29 |
# Run the Streamlit app
|
| 30 |
-
CMD ["streamlit", "run", "
|
| 31 |
|
|
|
|
| 27 |
EXPOSE 8501
|
| 28 |
|
| 29 |
# Run the Streamlit app
|
| 30 |
+
CMD ["streamlit", "run", "app.py", "--server.port=8501", "--server.address=0.0.0.0"]
|
| 31 |
|