NFVBENCH-126 Remove socketio support (debt reduction)
[nfvbench.git] / docker / nfvbench-entrypoint.sh
index ed98ced..a7195a3 100755 (executable)
@@ -17,7 +17,7 @@
 if [ -z "$1" ] ||  [ $1 != 'start_rest_server' ]; then
         tail -f /dev/null
 else
-        PARAMS="--server /tmp/http_root"
+        PARAMS="--server"
         if [ -n "$HOST" ]; then
                 PARAMS+=" --host $HOST"
         fi