Spaces:
Sleeping
Sleeping
Commit
·
870d136
1
Parent(s):
f01e4be
Update Dockerfile
Browse files- Dockerfile +0 -2
Dockerfile
CHANGED
@@ -22,6 +22,4 @@ RUN pip install flask
|
|
22 |
RUN pip install gunicorn
|
23 |
RUN pip install flask-cors
|
24 |
|
25 |
-
RUN python functions.py
|
26 |
-
COPY FUNCTIONS_BACKEND.txt FUNCTIONS_BACKEND.txt
|
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 |
CMD ["gunicorn","-b","0.0.0.0:7860", "app:app","--timeout","950"]
|