1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-06-13 00:41:59 +03:00
Files
bookstack/dev/docker/entrypoint.node.sh
2020-10-01 11:25:22 +02:00

9 lines
87 B
Bash
Executable File

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