Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +3 -3
Dockerfile
CHANGED
|
@@ -20,11 +20,11 @@ COPY data /app/data
|
|
| 20 |
COPY models /app/models
|
| 21 |
COPY requirements.txt /app/
|
| 22 |
COPY app.py /app/
|
| 23 |
-
COPY config.py/app/
|
| 24 |
|
| 25 |
-
COPY engine.py/app/
|
| 26 |
|
| 27 |
-
COPY futureWeather.py/app/
|
| 28 |
# COPY . . # Copy remaining files (if any)
|
| 29 |
|
| 30 |
# Install Python dependencies
|
|
|
|
| 20 |
COPY models /app/models
|
| 21 |
COPY requirements.txt /app/
|
| 22 |
COPY app.py /app/
|
| 23 |
+
COPY config.py /app/
|
| 24 |
|
| 25 |
+
COPY engine.py /app/
|
| 26 |
|
| 27 |
+
COPY futureWeather.py /app/
|
| 28 |
# COPY . . # Copy remaining files (if any)
|
| 29 |
|
| 30 |
# Install Python dependencies
|