agentsay commited on
Commit
d06b225
·
verified ·
1 Parent(s): 8bba2f9

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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