Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- 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
|