1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-07-18 12:49:43 +02:00
planka/start.sh

3 lines
90 B
Bash
Raw Normal View History

#!/bin/bash
2024-02-14 03:15:34 +01:00
export NODE_ENV=production && set -e && node db/init.js && node app.js --prod