Files
planka/start.sh
2023-01-17 20:37:27 +01:00

5 lines
62 B
Bash
Executable File

#!/bin/bash
set -e
node db/init.js
exec node app.js --prod $@