]> BookStack Code Mirror - bookstack/blobdiff - dev/docker/entrypoint.node.sh
Tests: Updated comment test to account for new editor usage
[bookstack] / dev / docker / entrypoint.node.sh
index e59e1e8a027b55f73a7466812754692a468d9185..a8f33fd3d93c2be93d34f5c3bb4b01f7578815de 100755 (executable)
@@ -5,4 +5,4 @@ set -e
 npm install
 npm rebuild node-sass
 
-exec npm run watch
\ No newline at end of file
+SHELL=/bin/sh exec npm run watch