Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -23,4 +23,4 @@ EXPOSE 7680
|
|
23 |
ENV PORT=7680
|
24 |
|
25 |
# Run the application using Gunicorn
|
26 |
-
CMD ["gunicorn", "
|
|
|
23 |
ENV PORT=7680
|
24 |
|
25 |
# Run the application using Gunicorn
|
26 |
+
CMD ["gunicorn", "-b", "0.0.0.0:7680", "application:application"]
|