mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-11-01 14:51:10 +03:00
Add docker development environment
This commit is contained in:
8
docker/dev/entrypoint.node.sh
Executable file
8
docker/dev/entrypoint.node.sh
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/bin/sh
|
||||
|
||||
set -e
|
||||
|
||||
npm install
|
||||
npm rebuild node-sass
|
||||
|
||||
exec npm run watch
|
||||
Reference in New Issue
Block a user