0
0
Fork 0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-04-23 04:10:22 +00:00
BookStackApp_BookStack/dev/docker/entrypoint.node.sh
2019-08-12 22:19:58 +02:00

8 lines
No EOL
72 B
Bash
Executable file

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