Improve Docker cache efficiency and fix signal handling

This commit is contained in:
Lorenz Brun
2022-02-08 12:15:52 +01:00
committed by GitHub
parent 6f99d99683
commit 95ea1e97d3
2 changed files with 16 additions and 12 deletions

View File

@@ -1,4 +1,4 @@
#!/bin/bash
node db/init.js \
&& node app.js --prod $@
set -e
node db/init.js
exec node app.js --prod $@