Spaces:
Sleeping
Sleeping
acecalisto3
commited on
Commit
•
28435e8
1
Parent(s):
e5568ee
Update DOCKERFILE
Browse files- DOCKERFILE +1 -1
DOCKERFILE
CHANGED
@@ -37,5 +37,5 @@ EXPOSE 8501
|
|
37 |
ENV STREAMLIT_SERVER_PORT=8501
|
38 |
|
39 |
# Run streamlit when the container launches
|
40 |
-
ENTRYPOINT ["streamlit", "run"
|
41 |
CMD ["--server.port=8501"]
|
|
|
37 |
ENV STREAMLIT_SERVER_PORT=8501
|
38 |
|
39 |
# Run streamlit when the container launches
|
40 |
+
ENTRYPOINT ["streamlit", "run"]
|
41 |
CMD ["--server.port=8501"]
|