Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +3 -0
Dockerfile
CHANGED
|
@@ -16,5 +16,8 @@ EXPOSE 7860
|
|
| 16 |
# Ensure Streamlit runs in headless mode and picks your config
|
| 17 |
ENV STREAMLIT_SERVER_HEADLESS=true
|
| 18 |
|
|
|
|
|
|
|
|
|
|
| 19 |
# Run Streamlit
|
| 20 |
CMD ["streamlit", "run", "app.py", "--server.port=7860", "--server.address=0.0.0.0"]
|
|
|
|
| 16 |
# Ensure Streamlit runs in headless mode and picks your config
|
| 17 |
ENV STREAMLIT_SERVER_HEADLESS=true
|
| 18 |
|
| 19 |
+
ENV STREAMLIT_CONFIG_DIR=/app/.streamlit
|
| 20 |
+
|
| 21 |
+
|
| 22 |
# Run Streamlit
|
| 23 |
CMD ["streamlit", "run", "app.py", "--server.port=7860", "--server.address=0.0.0.0"]
|