Spaces:
Sleeping
Sleeping
changed Dockerfile
Browse files- 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
|