up.sh 96 B

123456
  1. #!/bin/bash
  2. gunicorn messages:app -b 0.0.0.0:8000 --reload
  3. # FLASK_APP=messages.py flask run