Rhodham96 commited on
Commit
cb9fb52
·
1 Parent(s): c8d76ce

changed Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -13,7 +13,7 @@ WORKDIR /app
13
  RUN pip install --no-cache-dir --upgrade -r requirements.txt
14
 
15
  # Copy the app code into the container
16
- COPY ..
17
 
18
  # Expose Streamlit default port
19
  EXPOSE 7860
 
13
  RUN pip install --no-cache-dir --upgrade -r requirements.txt
14
 
15
  # Copy the app code into the container
16
+ COPY chat.py .
17
 
18
  # Expose Streamlit default port
19
  EXPOSE 7860