Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

CMD exec gunicorn --bind :8080 --workers 1 --threads 1 --timeout 0 main:app

CMD exec gunicorn --bind 0.0.0.0:8080 --reload --workers=1 --threads 8 --timeout 0 "db_app.app:create_app()"
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #CMD #exec #gunicorn
ADD COMMENT
Topic
Name
3+2 =