We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd56d3b commit 7f74758Copy full SHA for 7f74758
scripts/cloud-config.template.yaml
@@ -26,7 +26,8 @@ write_files:
26
27
[Service]
28
Type=simple
29
- ExecStart=/usr/bin/dotnet /app/myOracleQuickstartWebApp/bin/Release/net5.0/myOracleQuickstartWebApp.dll --urls "http://*:5000"
+ WorkingDirectory=/app/myOracleQuickstartWebApp/bin/Release/net5.0/linux-x64/publish/
30
+ ExecStart=/usr/bin/dotnet /app/myOracleQuickstartWebApp/bin/Release/net5.0/linux-x64/publish/myOracleQuickstartWebApp.dll --urls "http://*:5000"
31
Restart=always
32
RestartSec=10
33
KillSignal=SIGINT
0 commit comments