Your IP : 216.73.216.79


Current Path : /var/www/html/bookstack/dev/docker/
Upload File :
Current File : /var/www/html/bookstack/dev/docker/entrypoint.node.sh

#!/bin/sh

set -e

npm install
npm rebuild node-sass

SHELL=/bin/sh exec npm run watch