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