Spaces:
Sleeping
Sleeping
Commit
·
1ea14a6
1
Parent(s):
59b9760
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -23,5 +23,5 @@ RUN pip install gunicorn
|
|
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"]
|
|
|
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"]
|