Spaces:
Sleeping
Sleeping
Commit
·
a3550d6
1
Parent(s):
862877e
Update Dockerfile
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
@@ -22,4 +22,5 @@ RUN pip install flask
|
|
22 |
RUN pip install gunicorn
|
23 |
RUN pip install flask-cors
|
24 |
|
25 |
-
|
|
|
|
22 |
RUN pip install gunicorn
|
23 |
RUN pip install flask-cors
|
24 |
|
25 |
+
# Command to start the Flask app with Gunicorn
|
26 |
+
CMD ["./start.sh"]
|