1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2024-11-23 11:22:33 +01:00
BookStack/dev/docker/entrypoint.node.sh

9 lines
87 B
Bash
Executable File

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