update dockerfile

This commit is contained in:
anarch3 2022-11-15 16:32:46 -05:00
parent 3afaf34132
commit 36d08b1446

12
docker-entrypoint Normal file
View file

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