thewellermangroup
commited on
Commit
•
2aba52a
1
Parent(s):
c829459
Update Dockerfile
Browse files- 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
|
22 |
RUN pip install gunicorn
|
23 |
-
RUN pip install
|
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 |
|