From: josephthaliath Date: Thu, 17 Nov 2022 04:57:23 +0000 (+0530) Subject: Adding build script for dashboard X-Git-Tag: 1.0.0~3 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=507ed8150de9555189a689d452e48b9b63f6d7d2;p=portal%2Faiml-dashboard.git Adding build script for dashboard Issue-Id: AIMLFW-4 Signed-off-by: josephthaliath Change-Id: I0ba6c2a8b20580a6216baf01796bf9236e37a59d --- diff --git a/npm_run_build.sh b/npm_run_build.sh new file mode 100644 index 0000000..9598f67 --- /dev/null +++ b/npm_run_build.sh @@ -0,0 +1,2 @@ +REACT_APP_UCM_HOST=$REACT_APP_TM_HOST REACT_APP_UCM_PORT=$REACT_APP_TM_PORT REACT_APP_NOTEBOOK_HOST=$REACT_APP_NOTEBOOK_HOST REACT_APP_NOTEBOOK_PORT=$REACT_APP_NOTEBOOK_PORT npm run build +serve -s build -l $AIMLDASHBOARD_PORT \ No newline at end of file