This website requires JavaScript.
Explore
Help
Sign in
archive
/
BookStackApp_BookStack
Watch
0
Star
0
Fork
You've already forked BookStackApp_BookStack
0
mirror of
https://github.com/BookStackApp/BookStack.git
synced
2025-05-17 13:52:04 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
0e69ab1938
Branches
Tags
No results found.
BookStackApp_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 a new issue
Copy permalink