1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-08-06 12:02:45 +03:00

Alter docker paths

This commit is contained in:
Timo Schwarzer
2019-08-12 22:19:58 +02:00
parent b608bb8859
commit c6b1f36412
4 changed files with 12 additions and 10 deletions

8
dev/docker/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