Skip to content

Commit

Permalink
fix: update solution
Browse files Browse the repository at this point in the history
  • Loading branch information
iammukeshm committed Feb 18, 2023
1 parent 3f97554 commit 4156b2e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<AssemblyName>FluentPOS.Lite.Gateway</AssemblyName>
</PropertyGroup>
<PropertyGroup>
<ContainerImageName>fsh-microservices.gateway</ContainerImageName>
<ContainerImageName>fluentpos-lite.gateway</ContainerImageName>
</PropertyGroup>
<ItemGroup>
<ContainerPort Include="5010" Type="tcp" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</PropertyGroup>

<PropertyGroup>
<ContainerImageName>fsh-microservices.identity</ContainerImageName>
<ContainerImageName>fluentpos-lite.identity</ContainerImageName>
</PropertyGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</PropertyGroup>

<PropertyGroup>
<ContainerImageName>fsh-microservices.catalog</ContainerImageName>
<ContainerImageName>fluentpos-lite.catalog</ContainerImageName>
</PropertyGroup>
<ItemGroup>
<ContainerPort Include="5030" Type="tcp" />
Expand Down

0 comments on commit 4156b2e

Please sign in to comment.