plutoze commited on
Commit
f9f06b5
·
1 Parent(s): e85fb19

update: Dockerfile

Browse files
Files changed (1) hide show
  1. 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