summaryrefslogtreecommitdiffstats
path: root/stacksmith/user-scripts/run.sh
blob: e7cc6df6f7d39708ad43812b36628cc1fcbad252 (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/bash
set -euxo pipefail

readonly CONF=/build/env.config

source ${CONF}

cd /build
echo "starting the wekan service..."
node main.js