This website requires JavaScript.
Explore
Help
Register
Sign In
github-mirror
/
BookStack
Watch
2
Star
0
Fork
0
You've already forked BookStack
mirror of
https://github.com/BookStackApp/BookStack.git
synced
2024-11-25 04:57:58 +08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
e145f21512
BookStack
/
dev
/
docker
/
entrypoint.node.sh
9 lines
87 B
Bash
Raw
Normal View
History
Unescape
Escape
Add docker development environment
2019-06-23 19:16:45 +08: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 17:25:22 +08:00
SHELL
=
/bin/sh
exec
npm run watch
Reference in New Issue
Copy Permalink