run.sh 80 B

123
  1. #!/bin/bash
  2. #
  3. python -m gunicorn -b 0.0.0.0:8081 -w 1 'ownchatbot:create_app()'