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