mirror of
https://github.com/plankanban/planka.git
synced 2025-12-12 17:23:14 +03: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
|