Spaces:
Runtime error
Runtime error
Streamlit config folder name change
Browse files- Dockerfile +1 -1
- {config → config_streamlit}/config.toml +0 -0
Dockerfile
CHANGED
@@ -17,6 +17,6 @@ WORKDIR $HOME/app
|
|
17 |
|
18 |
COPY --chown=user . $HOME/app
|
19 |
|
20 |
-
COPY --chown=user
|
21 |
|
22 |
CMD ["streamlit", "run", "main.py", "--server.port=7860", "--server.address=0.0.0.0"]
|
|
|
17 |
|
18 |
COPY --chown=user . $HOME/app
|
19 |
|
20 |
+
COPY --chown=user config_streamlit/config.toml $HOME/app/.streamlit/config.toml
|
21 |
|
22 |
CMD ["streamlit", "run", "main.py", "--server.port=7860", "--server.address=0.0.0.0"]
|
{config → config_streamlit}/config.toml
RENAMED
File without changes
|