Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -13,7 +13,7 @@ COPY requirements.txt ./
|
|
| 13 |
COPY src/ ./src/
|
| 14 |
|
| 15 |
COPY .streamlit/ /app/.streamlit/
|
| 16 |
-
ENV STREAMLIT_CONFIG_DIR=/app/
|
| 17 |
|
| 18 |
RUN pip3 install -r requirements.txt
|
| 19 |
|
|
|
|
| 13 |
COPY src/ ./src/
|
| 14 |
|
| 15 |
COPY .streamlit/ /app/.streamlit/
|
| 16 |
+
ENV STREAMLIT_CONFIG_DIR=/app/.streamlit/
|
| 17 |
|
| 18 |
RUN pip3 install -r requirements.txt
|
| 19 |
|