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

readonly CONF=/build/env.config

source ${CONF}

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