Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -20,4 +20,4 @@ EXPOSE 8501
|
|
20 |
HEALTHCHECK CMD curl --fail http://localhost:8501/_stcore/health
|
21 |
|
22 |
|
23 |
-
ENTRYPOINT ["streamlit", "run", "app3.py"
|
|
|
20 |
HEALTHCHECK CMD curl --fail http://localhost:8501/_stcore/health
|
21 |
|
22 |
|
23 |
+
ENTRYPOINT ["streamlit", "run", "app3.py"]
|