Docker buid issue

This commit is contained in:
2025-10-17 11:36:42 +05:30
parent f7550653c0
commit 7ec1ac556c

View File

@ -98,7 +98,7 @@
<ng-template #productAssigned>
<div class="product-image-container">
<img *ngIf="slot.product?.product_image"
[src]="'http://localhost:5000/' + slot.product?.product_image"
[src]="'https://iotbackend.rootxwire.com/' + slot.product?.product_image"
[attr.alt]="slot.product?.product_name" class="product-image">
</div>
<div class="product-details">