mirror of
https://github.com/plankanban/planka.git
synced 2025-12-13 09:13:19 +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
|