1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-07-18 20:59:44 +02:00

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 670e964be5
commit da9878f220
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 $@