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
2025-02-23 20:40:12 +08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
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 New Issue
Copy Permalink