BookStack/dev/docker/entrypoint.node.sh

9 lines
87 B
Bash
Raw Normal View History

2019-06-23 07:16:45 -04:00
#!/bin/sh
set -e
npm install
npm rebuild node-sass
SHELL=/bin/sh exec npm run watch