BookStackApp/BookStack

View on GitHub
dev/docker/entrypoint.node.sh

Summary

Maintainability
Test Coverage
#!/bin/sh

set -e

npm install
npm rebuild node-sass

SHELL=/bin/sh exec npm run watch