0
0
Fork 0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-04-05 21:35:24 +00:00
BookStackApp_BookStack/dev/docker/entrypoint.node.sh

8 lines
87 B
Bash
Executable file

#!/bin/sh
set -e
npm install
npm rebuild node-sass
SHELL=/bin/sh exec npm run watch