agentsay commited on
Commit
e0ebbb4
·
verified ·
1 Parent(s): 738811e

Update Dockerfile

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