I have a folder directory structure here:
I have provided the image path in html.
<img class="img-fluid" src="../../ecommerce/assets/images/bannerimg.png" alt=" ">
Its working well in default assets/images directory
Try your path for the src property of your image tag as: app/ecommerce/assets/images/bannerimg.png