#!/bin/bash
set -e

alembic upgrade head
gunicorn -k "uvicorn.workers.UvicornWorker" --bind "0.0.0.0:8000" app.main:app