#!/bin/sh
/app/bin/migrate

cd -P -- "$(dirname -- "$0")"
PHX_SERVER=true exec ./pinchflat start
