#!/bin/bash gunicorn --bind 127.0.0.1:11022 full_todo:app # For testing multiple workers # gunicorn --workers=5 --bind 127.0.0.1:11022 full_todo:app