Spaces:
Sleeping
Sleeping
Commit
·
cdbbd97
1
Parent(s):
2aba52a
Update Dockerfile
Browse files- Dockerfile +1 -2
Dockerfile
CHANGED
@@ -22,6 +22,5 @@ RUN pip install flask
|
|
22 |
RUN pip install gunicorn
|
23 |
RUN pip install flask-cors
|
24 |
|
25 |
-
|
26 |
-
|
27 |
CMD ["gunicorn","-b","0.0.0.0:7860", "app:app","--timeout","950"]
|
|
|
22 |
RUN pip install gunicorn
|
23 |
RUN pip install flask-cors
|
24 |
|
25 |
+
RUN python functions.py
|
|
|
26 |
CMD ["gunicorn","-b","0.0.0.0:7860", "app:app","--timeout","950"]
|