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:
parent
670e964be5
commit
da9878f220
2 changed files with 16 additions and 12 deletions
|
@ -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 $@
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue