#!/bin/sh set -e DB_PATH="/ni_mail.db" export DATABASE_URL="sqlite:///" exec python -m flask --app "app:create_app()" run --host=0.0.0.0 --port=""