Spaces:
Sleeping
Sleeping
Commit ·
96c7afb
1
Parent(s): 020020a
move .streamlit folder
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -11,7 +11,7 @@ RUN apt-get update && apt-get install -y \
|
|
| 11 |
|
| 12 |
COPY requirements.txt ./
|
| 13 |
COPY src/ ./src/
|
| 14 |
-
COPY .streamlit/ ./.streamlit/
|
| 15 |
|
| 16 |
RUN pip3 install -r requirements.txt
|
| 17 |
|
|
|
|
| 11 |
|
| 12 |
COPY requirements.txt ./
|
| 13 |
COPY src/ ./src/
|
| 14 |
+
COPY .streamlit/ ./src/.streamlit/
|
| 15 |
|
| 16 |
RUN pip3 install -r requirements.txt
|
| 17 |
|