BookStack/docker/dev/entrypoint.node.sh
2019-08-12 16:43:39 +02:00

8 lines
72 B
Bash
Executable File

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