Spaces:
Build error
Build error
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"]
|