mirror of
https://github.com/plankanban/planka.git
synced 2025-07-19 05:09:43 +02:00
Add start script for Docker image, pre-commit lint check, package.json scripts cleanup
This commit is contained in:
parent
73bd7aab89
commit
5481ccb91f
11 changed files with 1236 additions and 11 deletions
|
@ -6,7 +6,7 @@ services:
|
|||
command: >
|
||||
bash -c
|
||||
"for i in `seq 1 30`; do
|
||||
npm start &&
|
||||
./start.sh &&
|
||||
s=$$? && break || s=$$?;
|
||||
echo \"Tried $$i times. Waiting 5 seconds...\";
|
||||
sleep 5;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue