thewellermangroup commited on
Commit
2aba52a
1 Parent(s): c829459

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -18,9 +18,9 @@ COPY functions.py functions.py
18
  COPY app.py app.py
19
 
20
 
21
- RUN pip install Flask
22
  RUN pip install gunicorn
23
- RUN pip install -U flask-cors
24
 
25
  CMD ["python","funtions.py"]
26
 
 
18
  COPY app.py app.py
19
 
20
 
21
+ RUN pip install flask
22
  RUN pip install gunicorn
23
+ RUN pip install flask-cors
24
 
25
  CMD ["python","funtions.py"]
26