Files
planka/start.sh
T

3 lines
90 B
Bash
Executable File

#!/bin/bash
export NODE_ENV=production && set -e && node db/init.js && node app.js --prod