wekan/stacksmith/user-scripts/run.sh
2018-12-13 20:27:35 +01:00

9 lines
122 B
Bash
Executable file

#!/bin/bash
readonly CONF=/build/env.config
source ${CONF}
cd /build
echo "starting the wekan service..."
node main.js