]> BookStack Code Mirror - bookstack/blob - dev/docker/entrypoint.node.sh
Merge branch 'ivir-authncontext' of https://github.com/ivir/BookStack into ivir-ivir...
[bookstack] / dev / docker / entrypoint.node.sh
1 #!/bin/sh
2
3 set -e
4
5 npm install
6 npm rebuild node-sass
7
8 SHELL=/bin/sh exec npm run watch