Many updates! terraform 0.14 formatting, nginx compat, error handling

This commit is contained in:
2021-04-06 10:54:30 -04:00
parent 883213a3be
commit c1a57ba5d1
4 changed files with 66 additions and 43 deletions

View File

@@ -7,6 +7,9 @@ main() {
# shellcheck source=/dev/null
source ~/.nvm/nvm.sh
nvm use
if [[ -f ./build/server/server/index.js ]]; then
exec node ./build/server/server
fi
exec npm start
}