Spaces:
Sleeping
Sleeping
Update DOCKERFILE.py
Browse files- DOCKERFILE.py +1 -1
DOCKERFILE.py
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", "app"]
|
41 |
CMD ["--server.port=8501"]
|