Spaces:
Sleeping
Sleeping
Varsha Dewangan commited on
Commit ·
536344a
1
Parent(s): 4ecedb7
docker file updated
Browse files- dockerfile +1 -1
dockerfile
CHANGED
|
@@ -23,4 +23,4 @@ EXPOSE 7860
|
|
| 23 |
# ENV FLASK_APP=app.py
|
| 24 |
|
| 25 |
# Command to run your application using gunicorn with eventlet for SocketIO
|
| 26 |
-
CMD ["gunicorn", "--worker-class", "eventlet", "--bind", "0.0.0.0:7860", "app:app"]
|
|
|
|
| 23 |
# ENV FLASK_APP=app.py
|
| 24 |
|
| 25 |
# Command to run your application using gunicorn with eventlet for SocketIO
|
| 26 |
+
CMD ["gunicorn", "--worker-class", "eventlet", "--bind", "0.0.0.0:7860", "app.app:app"]
|