ruslanmv commited on
Commit
a8e2fc2
·
1 Parent(s): 178e9cd

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -19,6 +19,7 @@ RUN python -m pip install --upgrade pip && \
19
  # Copy the rest of the application code
20
  COPY app.py /app/app.py
21
  COPY webchat.py /app/webchat.py
 
22
  COPY .streamlit/config.toml /app/.streamlit/config.toml
23
 
24
  # Expose port 8501 for Streamlit
 
19
  # Copy the rest of the application code
20
  COPY app.py /app/app.py
21
  COPY webchat.py /app/webchat.py
22
+ COPY utils.py /app/utils.py
23
  COPY .streamlit/config.toml /app/.streamlit/config.toml
24
 
25
  # Expose port 8501 for Streamlit