set -e if [ "${FEDEO_RUN_MIGRATIONS:-true}" = "true" ]; then npm run migrate fi exec node dist/src/index.js