oriastanjung commited on
Commit
8087ab0
1 Parent(s): a6b7d9c

fix concurency and asyncronous request

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -19,4 +19,4 @@ RUN pip3 install --no-cache-dir -r requirements.txt
19
  EXPOSE 5000
20
 
21
  # Run the application
22
- CMD ["gunicron", "main:app","--host","0.0.0.0","--port","7860"]
 
19
  EXPOSE 5000
20
 
21
  # Run the application
22
+ CMD ["gunicron", "-b","--host","0.0.0.0:7860", "main:app"]