Skip to content

Commit 7f74758

Browse files
committed
prepare ARM64 support
1 parent bd56d3b commit 7f74758

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/cloud-config.template.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ write_files:
2626
2727
[Service]
2828
Type=simple
29-
ExecStart=/usr/bin/dotnet /app/myOracleQuickstartWebApp/bin/Release/net5.0/myOracleQuickstartWebApp.dll --urls "http://*:5000"
29+
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"
3031
Restart=always
3132
RestartSec=10
3233
KillSignal=SIGINT

0 commit comments

Comments
 (0)