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