HuuHuy227 commited on
Commit
45a80c1
·
1 Parent(s): d6d5bda

new-modified

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -2
Dockerfile CHANGED
@@ -27,8 +27,7 @@ RUN pip install --no-cache-dir -r requirements.txt
27
  RUN python -m spacy download en_core_web_md
28
 
29
  # Copy application files
30
- COPY app.py .
31
- COPY utils.py .
32
 
33
  # Set the Streamlit entrypoint
34
  ENTRYPOINT ["streamlit", "run", "app.py", "--server.port=7860", "--server.address=0.0.0.0"]
 
27
  RUN python -m spacy download en_core_web_md
28
 
29
  # Copy application files
30
+ COPY . /app
 
31
 
32
  # Set the Streamlit entrypoint
33
  ENTRYPOINT ["streamlit", "run", "app.py", "--server.port=7860", "--server.address=0.0.0.0"]