File size: 95 Bytes
e9ee222 | 1 2 3 4 | #!/bin/bash
# Start Flask app with Gunicorn on port 7860
gunicorn --bind 0.0.0.0:7860 wsgi:app
|
e9ee222 | 1 2 3 4 | #!/bin/bash
# Start Flask app with Gunicorn on port 7860
gunicorn --bind 0.0.0.0:7860 wsgi:app
|