Improve Docker cache efficiency and fix signal handling

This commit is contained in:
Lorenz Brun
2022-02-08 16:15:52 +05:00
committed by GitHub
parent 670e964be5
commit da9878f220
2 changed files with 16 additions and 12 deletions
+3 -3
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 $@