mirror of
https://github.com/plankanban/planka.git
synced 2025-08-04 21:15:25 +02:00
Improve Docker cache efficiency and fix signal handling
This commit is contained in:
parent
6f99d99683
commit
95ea1e97d3
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