Spaces:
Running
Running
Alejandro Cremades
commited on
Commit
•
bd77fef
1
Parent(s):
ae49499
Update Dockerfile with new main module filename
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -17,4 +17,4 @@ EXPOSE 8501
|
|
17 |
|
18 |
HEALTHCHECK CMD curl --fail http://localhost:8501/_stcore/health
|
19 |
|
20 |
-
ENTRYPOINT ["streamlit", "run", "
|
|
|
17 |
|
18 |
HEALTHCHECK CMD curl --fail http://localhost:8501/_stcore/health
|
19 |
|
20 |
+
ENTRYPOINT ["streamlit", "run", "Middle_School_Card_Search.py", "--server.port=8501", "--server.address=0.0.0.0"]
|