Spaces:
Sleeping
Sleeping
Upload folder using huggingface_hub
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -25,4 +25,4 @@ EXPOSE 7860
|
|
| 25 |
# - '-w 4': Uses 4 worker processes for handling requests
|
| 26 |
# - '-b 0.0.0.0:7860': Binds the server to port 7860 on all network interfaces
|
| 27 |
# - 'app: app': Runs the Flask app (assuming 'app.py' contains the Flask instance named 'app')
|
| 28 |
-
CMD ["gunicorn", "-w", "4", "-b", "0.0.0.0:7860", "
|
|
|
|
| 25 |
# - '-w 4': Uses 4 worker processes for handling requests
|
| 26 |
# - '-b 0.0.0.0:7860': Binds the server to port 7860 on all network interfaces
|
| 27 |
# - 'app: app': Runs the Flask app (assuming 'app.py' contains the Flask instance named 'app')
|
| 28 |
+
CMD ["gunicorn", "-w", "4", "-b", "0.0.0.0:7860", "app:superkart_api"]
|