mdsalmon159 commited on
Commit
1220895
·
verified ·
1 Parent(s): 7848a30

Upload folder using huggingface_hub

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