Spaces:
Running
Running
Commit
Β·
6a283fc
1
Parent(s):
37933c5
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -27,4 +27,4 @@ HEALTHCHECK CMD curl --fail http://localhost:7860/_stcore/health
|
|
27 |
|
28 |
WORKDIR $HOME/mateo-demo/src/mateo_st
|
29 |
|
30 |
-
CMD streamlit run 01_π_MATEO.py --server.port 7860 --server.enableXsrfProtection false
|
|
|
27 |
|
28 |
WORKDIR $HOME/mateo-demo/src/mateo_st
|
29 |
|
30 |
+
CMD ["streamlit", "run", "01_π_MATEO.py", "--server.port", "7860", "--server.enableXsrfProtection", "false"]
|