embedder/docker-entrypoint.sh
2022-11-16 11:48:27 +00:00

12 lines
122 B
Bash
Executable file

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