Parthipan00410 commited on
Commit
e9504b0
·
verified ·
1 Parent(s): 89396ea

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -13,4 +13,4 @@ RUN pip install --no-cache-dir -r requirements.txt
13
  EXPOSE 7860
14
 
15
  # Start Flask API with Gunicorn (4 workers, bind to 7860)
16
- CMD ["gunicorn", "-w", "4", "-b", "0.0.0.0:7860", "superkart_backend.app:sales_prediction_api"]
 
13
  EXPOSE 7860
14
 
15
  # Start Flask API with Gunicorn (4 workers, bind to 7860)
16
+ CMD ["gunicorn", "-w", "4", "-b", "0.0.0.0:7860","app:sales_prediction_api"]