]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - scripts/play.sh
Update readme/doc with new client port for dev
[github/Chocobozzz/PeerTube.git] / scripts / play.sh
index ab812025cda98d52c1251173ed558980e1a03d33..3cfd82679f8b4ac437606db647b44ff43db8ee05 100755 (executable)
@@ -8,6 +8,6 @@ fi
 max=${1:-3}
 
 for i in $(seq 1 $max); do
-  NODE_ENV=test NODE_APP_INSTANCE=$i node server.js &
+  NODE_ENV=test NODE_APP_INSTANCE=$i node dist/server.js &
   sleep 1
 done