This website requires JavaScript.
Explore
Help
Sign in
luisgulo
/
BookStack
Watch
1
Star
0
Fork
You've already forked BookStack
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
892c2b6648
BookStack
/
dev
/
docker
/
entrypoint.node.sh
9 lines
87 B
Bash
Raw
Normal View
History
Unescape
Escape
Add docker development environment
2019-06-23 13:16:45 +02:00
#!/bin/sh
set
-e
npm install
npm rebuild node-sass
Fix build:js:watch not building at first launch in Docker
2020-10-01 11:25:22 +02:00
SHELL
=
/bin/sh
exec
npm run watch
Reference in a new issue
Copy permalink