Files
planka/docker-start.sh

5 lines
62 B
Bash
Executable File

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