Spaces:
Running
Running
GitHub Actions commited on
Commit ·
cb0a80f
1
Parent(s): 9c5b99f
Sync from GitHub Actions
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -13,4 +13,4 @@ COPY . .
|
|
| 13 |
|
| 14 |
EXPOSE 8501
|
| 15 |
|
| 16 |
-
CMD ["streamlit", "run", "app
|
|
|
|
| 13 |
|
| 14 |
EXPOSE 8501
|
| 15 |
|
| 16 |
+
CMD ["streamlit", "run", "app.py", "--server.address=0.0.0.0", "--server.port=8501"]
|