thewellermangroup commited on
Commit
cdbbd97
·
1 Parent(s): 2aba52a

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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
- CMD ["python","funtions.py"]
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"]