embedder/docker-entrypoint.sh
2022-11-20 18:33:25 -05:00

12 lines
134 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