mrbeliever commited on
Commit
49f8d6d
·
verified ·
1 Parent(s): cd2d371

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -7,7 +7,7 @@ WORKDIR /app
7
  # Copy the application files into the container
8
  COPY app.py .
9
  COPY requirements.txt .
10
- COPY config.toml .
11
 
12
  # Create .streamlit directory and move config.toml to it
13
  RUN mkdir -p /root/.streamlit && mv config.toml /root/.streamlit/config.toml
 
7
  # Copy the application files into the container
8
  COPY app.py .
9
  COPY requirements.txt .
10
+ COPY .streamlit/config.toml .
11
 
12
  # Create .streamlit directory and move config.toml to it
13
  RUN mkdir -p /root/.streamlit && mv config.toml /root/.streamlit/config.toml