#!/bin/sh set -e echo "==> Running database migrations..." /app/bin/migrate echo "==> Starting application..." exec /app/bin/server