#!/bin/sh set -e npm run migration:run if [ "${SEED_ON_BOOT}" = "true" ]; then npm run seed fi npm run start:prod