6 lines
136 B

#!/usr/bin/env sh
# Set password
sed -i 's/masterPassword:.*/masterPassword: '${APP_PASSWORD}'/' /data/thubConfig.yaml
exec npm start