Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -14,4 +14,4 @@ RUN pip install --no-cache-dir --upgrade pip \
|
|
| 14 |
# - '-w 4' : Uses 4 worker processes to handle requests.
|
| 15 |
# - '-b 0.0.0.0:7860': Binds the Flask app to the specified host and port.
|
| 16 |
# - 'app:sales_prediction_api': Specifies the entry point of the Flask app.
|
| 17 |
-
CMD ["gunicorn", "-w", "4", "-b", "0.0.0.0:7860", "app:
|
|
|
|
| 14 |
# - '-w 4' : Uses 4 worker processes to handle requests.
|
| 15 |
# - '-b 0.0.0.0:7860': Binds the Flask app to the specified host and port.
|
| 16 |
# - 'app:sales_prediction_api': Specifies the entry point of the Flask app.
|
| 17 |
+
CMD ["gunicorn", "-w", "4", "-b", "0.0.0.0:7860", "app:superkart_sales_api"]
|