#!/bin/sh
NPM=${NPM:-npm}
cd /usr/lib/sadko/ApiServer
${NPM} run start
