ruslanmv commited on
Commit
925747f
·
1 Parent(s): 578b7de

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -25,6 +25,7 @@ COPY app.py /app/app.py
25
  COPY webchat.py /app/webchat.py
26
  COPY utils.py /app/utils.py
27
  COPY .streamlit/config.toml /app/.streamlit/config.toml
 
28
 
29
  # Expose port 8501 for Streamlit
30
  EXPOSE 8501
 
25
  COPY webchat.py /app/webchat.py
26
  COPY utils.py /app/utils.py
27
  COPY .streamlit/config.toml /app/.streamlit/config.toml
28
+ COPY styles.css /app/styles.css
29
 
30
  # Expose port 8501 for Streamlit
31
  EXPOSE 8501