This website requires JavaScript.
Explore
Help
Sign In
colin
/
bookstack
Watch
1
Star
0
Fork
You've already forked bookstack
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
release
bookstack
/
dev
/
docker
/
entrypoint.node.sh
9 lines
87 B
Bash
Executable File
Raw
Permalink
Blame
History
#!/bin/sh
set
-e
npm install
npm rebuild node-sass
SHELL
=
/bin/sh
exec
npm run watch
Reference in New Issue
View Git Blame
Copy Permalink