Lokiiparihar commited on
Commit
17ce525
·
verified ·
1 Parent(s): ccba531

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -13,4 +13,4 @@ RUN pip install --no-cache-dir --upgrade -r requirements.txt
13
  # - '-w 4' : Uses 4 worker processes to handle requests.
14
  # - '-b 0.0.0.0:7860': Binds the Flask app to the specified host and port.
15
  # - 'app:sales_prediction_api': Specifies the entry point of the Flask app.
16
- CMD ["gunicorn", "w", "4", "-b", "0.0.0.0:7860" "app:sales_prediction_api"]
 
13
  # - '-w 4' : Uses 4 worker processes to handle requests.
14
  # - '-b 0.0.0.0:7860': Binds the Flask app to the specified host and port.
15
  # - 'app:sales_prediction_api': Specifies the entry point of the Flask app.
16
+ CMD ["gunicorn", "w", "4", "-b", "0.0.0.0:7860", "app:sales_prediction_api"]