update: Dockerfile
Browse files- Dockerfile +0 -1
Dockerfile
CHANGED
|
@@ -25,7 +25,6 @@ RUN python3 -m pip install -r requirements.txt
|
|
| 25 |
# Copy the Entry Point script
|
| 26 |
COPY app.py /app/app.py
|
| 27 |
|
| 28 |
-
COPY foodviz/pages/ /app/pages
|
| 29 |
COPY foodviz/ /app/foodviz/
|
| 30 |
COPY .streamlit /app/.streamlit
|
| 31 |
|
|
|
|
| 25 |
# Copy the Entry Point script
|
| 26 |
COPY app.py /app/app.py
|
| 27 |
|
|
|
|
| 28 |
COPY foodviz/ /app/foodviz/
|
| 29 |
COPY .streamlit /app/.streamlit
|
| 30 |
|