I am trying to run sap ui5 application inside docker.The docker final command runs the script in package.json as "dock": "ui5 serve -o index.html --accept-remote-connections", But when running this am getting the following error
Process Failed With Error Error Message: Cannot read properties of undefined (reading 'status').
Appreciate any help on this.