Skip to content

Commit a21e227

Browse files
committed
Reverted to 8080
1 parent 975833f commit a21e227

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy-inventory.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ jobs:
1414
with:
1515
app_name: ccc-eu-fusion-demo-inventory-api
1616
project_path: src/SourceSchemas/Inventory
17-
container_port: 8081
17+
container_port: 8080
1818
schema_file: src/SourceSchemas/Inventory/schema.graphqls
1919
secrets: inherit

src/SourceSchemas/Inventory/Demo.Inventory.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<TargetFramework>net9.0</TargetFramework>
5-
<ContainerPort>8081</ContainerPort>
5+
<ContainerPort>8080</ContainerPort>
66
<ContainerBaseImage>mcr.microsoft.com/dotnet/aspnet:9.0</ContainerBaseImage>
77
<PublishProfile>DefaultContainer</PublishProfile>
88
</PropertyGroup>

0 commit comments

Comments
 (0)