Spaces:
Running
Running
saswatdas123
commited on
Commit
•
c861c1e
1
Parent(s):
33587ee
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -24,4 +24,4 @@ RUN pip install -r requirements.txt
|
|
24 |
EXPOSE 8001
|
25 |
|
26 |
# start fastapi application
|
27 |
-
ENTRYPOINT ["streamlit", "run", "
|
|
|
24 |
EXPOSE 8001
|
25 |
|
26 |
# start fastapi application
|
27 |
+
ENTRYPOINT ["streamlit", "run", "app.py", "--server.port=8001", "--server.address=0.0.0.0"]
|