Lokiiparihar commited on
Commit
4a3e5fd
·
verified ·
1 Parent(s): ae32f03

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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: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"]