#!/bin/bash # Exit build script on first failure. set -e # Exit on unset variable. set -u set -x node db.js npm start