udituen commited on
Commit
1c50ed4
·
1 Parent(s): b5cfbf1

add toml file

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -0
Dockerfile CHANGED
@@ -14,6 +14,9 @@ COPY ./ ./
14
 
15
  RUN pip3 install -r requirements.txt
16
 
 
 
 
17
  EXPOSE 8501
18
 
19
  HEALTHCHECK CMD curl --fail http://localhost:8501/_stcore/health
 
14
 
15
  RUN pip3 install -r requirements.txt
16
 
17
+ RUN mkdir -p /root/.streamlit
18
+ COPY src/config.toml /root/.streamlit/config.toml
19
+
20
  EXPOSE 8501
21
 
22
  HEALTHCHECK CMD curl --fail http://localhost:8501/_stcore/health