Amittripipathi commited on
Commit
e561052
·
verified ·
1 Parent(s): fdca4fe

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -20,7 +20,7 @@ RUN pip install --upgrade pip && \
20
  pip install -r requirements.txt
21
 
22
  # 5. Copy app code
23
- COPY app.py hf_deploy.py ./
24
 
25
  # 6. Expose Streamlit port
26
  EXPOSE 8501
 
20
  pip install -r requirements.txt
21
 
22
  # 5. Copy app code
23
+ COPY app.py app.py ./
24
 
25
  # 6. Expose Streamlit port
26
  EXPOSE 8501