wekan/stacksmith/user-scripts/run.sh

10 lines
122 B
Bash
Raw Normal View History

2018-12-13 20:27:35 +01:00
#!/bin/bash
readonly CONF=/build/env.config
source ${CONF}
cd /build
echo "starting the wekan service..."
node main.js