This website requires JavaScript.
Explore
Help
Register
Sign In
starred
/
planka
Watch
1
Star
0
Fork
0
You've already forked planka
mirror of
https://github.com/plankanban/planka.git
synced
2025-12-17 01:11:23 +03:00
Code
Issues
418
Packages
Projects
Releases
12
Wiki
Activity
Files
55d07b4560855ea628866ee031cdeca782346523
planka
/
docker-start.sh
10 lines
92 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
feat: Modify logger to log to file that supports fail2ban (#284)
2022-08-22 18:42:56 -04:00
# db
Improve Docker cache efficiency and fix signal handling
2022-02-08 12:15:52 +01:00
node db/init.js
feat: Modify logger to log to file that supports fail2ban (#284)
2022-08-22 18:42:56 -04:00
# app
export
NODE_ENV
=
production
exec
node app.js
Reference in New Issue
Copy Permalink