This website requires JavaScript.
Explore
Help
Register
Sign in
Docker
/
planka
Watch
1
Star
0
Fork
You've already forked planka
0
mirror of
https://github.com/plankanban/planka.git
synced
2025-07-18 20:59:44 +02:00
Code
Issues
Releases
Activity
74305a8484
planka
/
docker-start.sh
5 lines
62 B
Bash
Raw
Normal View
History
Unescape
Escape
Add start script for Docker image, pre-commit lint check, package.json scripts cleanup
2020-04-24 21:44:54 +05:00
#!/bin/bash
Improve Docker cache efficiency and fix signal handling
2022-02-08 12:15:52 +01:00
set
-e
node db/init.js
exec
node app.js --prod
$@
Copy permalink