embedder/docker-entrypoint
2022-11-15 16:32:46 -05:00

12 lines
122 B
Bash

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