up.sh 71 B

123456
  1. #!/bin/bash
  2. gunicorn messages:app
  3. # FLASK_APP=messages.py flask run