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

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +6 -1
Dockerfile CHANGED
@@ -20,7 +20,12 @@ COPY data /app/data
20
  COPY models /app/models
21
  COPY requirements.txt /app/
22
  COPY app.py /app/
23
- COPY . . # Copy remaining files (if any)
 
 
 
 
 
24
 
25
  # Install Python dependencies
26
  RUN pip install python-multipart
 
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
31
  RUN pip install python-multipart