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