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
fb3570f80b9c8e1915a38e911c1fea20b146d6d1
planka
/
start.sh
3 lines
90 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
fix: Container build windows
2024-02-14 03:15:34 +01:00
export
NODE_ENV
=
production
&&
set
-e
&&
node db/init.js
&&
node app.js --prod
Reference in New Issue
Copy Permalink