Spaces:
Build error
Build error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -31,4 +31,4 @@ COPY ./ .
|
|
31 |
# Expose the backend port (change this if your FastAPI app uses a different port)
|
32 |
EXPOSE 7860
|
33 |
|
34 |
-
CMD ["gunicorn", "
|
|
|
31 |
# Expose the backend port (change this if your FastAPI app uses a different port)
|
32 |
EXPOSE 7860
|
33 |
|
34 |
+
CMD ["gunicorn", "app:app", "-w", "4", "--bind", "0.0.0.0:7860"]
|