Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -48,4 +48,4 @@ EXPOSE 8501
|
|
48 |
# Command to run Streamlit
|
49 |
# Using server.headless=true is good practice for containers.
|
50 |
# Streamlit will try to create .streamlit in the user's home dir (/home/appuser)
|
51 |
-
CMD ["streamlit", "run", "app.py", "--server.headless=true", "--server.port=8501", "--server.fileWatcherType=none"]
|
|
|
48 |
# Command to run Streamlit
|
49 |
# Using server.headless=true is good practice for containers.
|
50 |
# Streamlit will try to create .streamlit in the user's home dir (/home/appuser)
|
51 |
+
CMD ["streamlit", "run", "app.py", "--server.headless=true", "--server.port=8501", "--server.fileWatcherType=none"]
|