mirror of
https://github.com/plankanban/planka.git
synced 2025-07-18 20:59:44 +02:00
2 lines
90 B
Bash
Executable file
2 lines
90 B
Bash
Executable file
#!/bin/bash
|
|
export NODE_ENV=production && set -e && node db/init.js && node app.js --prod
|