Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
|
@@ -21,6 +21,7 @@ COPY requirements.txt /app/
|
|
| 21 |
COPY app.py /app/
|
| 22 |
COPY engine.py /app/
|
| 23 |
COPY futureWeather.py /app/
|
|
|
|
| 24 |
|
| 25 |
# Install dependencies
|
| 26 |
RUN pip install python-multipart
|
|
|
|
| 21 |
COPY app.py /app/
|
| 22 |
COPY engine.py /app/
|
| 23 |
COPY futureWeather.py /app/
|
| 24 |
+
COPY config.py /app/
|
| 25 |
|
| 26 |
# Install dependencies
|
| 27 |
RUN pip install python-multipart
|