BookStack/dev/docker/entrypoint.node.sh

8 lines
72 B
Bash
Raw Normal View History

2019-06-23 11:16:45 +00:00
#!/bin/sh
set -e
npm install
npm rebuild node-sass
exec npm run watch