Skip to content

Commit b195866

Browse files
committed
Discovery: fix invalid executable on Windows deployment
1 parent 1584783 commit b195866

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Discovery/src/FortuneTeller/FortuneTellerApi/manifest-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ applications:
66
stack: windows
77
buildpacks:
88
- binary_buildpack
9-
command: cmd /c .\FortuneTellerApi --urls=http://0.0.0.0:%PORT%
9+
command: cmd /c .\Steeltoe.Samples.FortuneTellerApi --urls=http://0.0.0.0:%PORT%
1010
env:
1111
ASPNETCORE_ENVIRONMENT: Development
1212
DOTNET_CLI_TELEMETRY_OPTOUT: "true"

Discovery/src/FortuneTeller/FortuneTellerWeb/manifest-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ applications:
66
stack: windows
77
buildpacks:
88
- binary_buildpack
9-
command: cmd /c .\FortuneTellerWeb --urls=http://0.0.0.0:%PORT%
9+
command: cmd /c .\Steeltoe.Samples.FortuneTellerWeb --urls=http://0.0.0.0:%PORT%
1010
env:
1111
ASPNETCORE_ENVIRONMENT: Development
1212
DOTNET_CLI_TELEMETRY_OPTOUT: "true"

0 commit comments

Comments
 (0)