1
0
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:
Timo Schwarzer
2019-06-23 13:16:45 +02:00
parent 4de432b50d
commit 9357620d55
10 changed files with 705 additions and 1 deletions

8
docker/dev/entrypoint.node.sh Executable file
View File

@@ -0,0 +1,8 @@
#!/bin/sh
set -e
npm install
npm rebuild node-sass
exec npm run watch