We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 975833f commit a21e227Copy full SHA for a21e227
.github/workflows/deploy-inventory.yml
@@ -14,6 +14,6 @@ jobs:
14
with:
15
app_name: ccc-eu-fusion-demo-inventory-api
16
project_path: src/SourceSchemas/Inventory
17
- container_port: 8081
+ container_port: 8080
18
schema_file: src/SourceSchemas/Inventory/schema.graphqls
19
secrets: inherit
src/SourceSchemas/Inventory/Demo.Inventory.csproj
@@ -2,7 +2,7 @@
2
3
<PropertyGroup>
4
<TargetFramework>net9.0</TargetFramework>
5
- <ContainerPort>8081</ContainerPort>
+ <ContainerPort>8080</ContainerPort>
6
<ContainerBaseImage>mcr.microsoft.com/dotnet/aspnet:9.0</ContainerBaseImage>
7
<PublishProfile>DefaultContainer</PublishProfile>
8
</PropertyGroup>
0 commit comments