mirror of
https://github.com/plankanban/planka.git
synced 2026-08-29 02:31:29 +08:00
3 lines
90 B
Bash
Executable File
3 lines
90 B
Bash
Executable File
#!/bin/bash
|
|
export NODE_ENV=production && set -e && node db/init.js && node app.js --prod
|