Docker buid issue
This commit is contained in:
@ -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">
|
||||
|
||||
Reference in New Issue
Block a user