wekan/stacksmith/user-scripts/run.sh
2018-12-14 11:06:00 +01:00

10 lines
141 B
Bash
Executable file

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