Skip to content

Commit fa15623

Browse files
authored
Merge pull request #104422 from yucwan/patch-11
Update app-service-linux-faq.md with correct java sample command
2 parents ce33e2e + e464768 commit fa15623

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/app-service/containers/app-service-linux-faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ You can find all Docker files on [GitHub](https://github.com/azure-app-service).
2727

2828
| Stack | Expected Value |
2929
|-----------------|----------------------------------------------------------------------------------------|
30-
| Java SE | the command to start your JAR app (for example, `java -jar my-app.jar --server.port=80`) |
30+
| Java SE | the command to start your JAR app (for example, `java -jar /home/site/wwwroot/app.jar --server.port=80`) |
3131
| Tomcat, Wildfly | the location of a script to perform any necessary configurations (for example, `/home/site/deployments/tools/startup_script.sh`) |
3232
| Node.js | the PM2 configuration file or your script file |
3333
| .Net Core | the compiled DLL name as `dotnet <myapp>.dll` |

0 commit comments

Comments
 (0)