Commit
·
3cfefb3
1
Parent(s):
14e1450
Fixed typo in app name
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -18,4 +18,4 @@ ENV STREAMLIT_HOME=/tmp/.streamlit
|
|
18 |
EXPOSE 7860
|
19 |
|
20 |
# Start the Streamlit app
|
21 |
-
CMD ["streamlit", "run", "
|
|
|
18 |
EXPOSE 7860
|
19 |
|
20 |
# Start the Streamlit app
|
21 |
+
CMD ["streamlit", "run", "sentiment_huggingface.py", "--server.headless=true", "--server.port=7860", "--server.address=0.0.0.0"]
|