1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2024-10-31 08:02:42 +01:00
BookStack/dev/docker/entrypoint.node.sh

8 lines
72 B
Bash
Raw Normal View History

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