This website requires JavaScript.
Explore
Help
Register
Sign In
starred
/
BookStack
Watch
1
Star
0
Fork
0
You've already forked BookStack
mirror of
https://github.com/BookStackApp/BookStack.git
synced
2026-02-24 03:09:41 +03:00
Code
Issues
784
Packages
Projects
Releases
14
Wiki
Activity
Files
v25.12.2
BookStack
/
dev
/
docker
/
entrypoint.node.sh
9 lines
87 B
Bash
Raw
Permalink
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