Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -20,4 +20,4 @@ RUN pip install --no-cache-dir \
|
|
| 20 |
EXPOSE 8501
|
| 21 |
|
| 22 |
# Command to run the app
|
| 23 |
-
CMD streamlit run
|
|
|
|
| 20 |
EXPOSE 8501
|
| 21 |
|
| 22 |
# Command to run the app
|
| 23 |
+
CMD streamlit run app.py --server.port 8501 --server.address 0.0.0.0
|