#!/bin/sh set -e mkdir -p "$(dirname "${DATABASE_URL:-/app/db/jobs.db}")" "${DOWNLOADS_DIR:-/app/downloads}" npm run db:migrate exec node build