Spaces:
Running
Running
Update Dockerfile
Browse files- 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
|