Spaces:
Sleeping
Sleeping
N. Arvind commited on
Commit ·
3a6b592
1
Parent(s): cec15d8
upload streamlit app files
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -7,4 +7,4 @@ COPY . .
|
|
| 7 |
|
| 8 |
EXPOSE 7860
|
| 9 |
|
| 10 |
-
|
|
|
|
| 7 |
|
| 8 |
EXPOSE 7860
|
| 9 |
|
| 10 |
+
CMD ["streamlit", "run", "streamlit_app.py", "--server.port", "7860", "--server.address", "0.0.0.0"]
|