katanaml commited on
Commit
336a7ba
1 Parent(s): 486e73d

Streamlit config folder name change

Browse files
Dockerfile CHANGED
@@ -17,6 +17,6 @@ WORKDIR $HOME/app
17
 
18
  COPY --chown=user . $HOME/app
19
 
20
- COPY --chown=user config/config.toml $HOME/app/.streamlit/config.toml
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