Updated path to fit the java spring tutorial (#20061)

This commit is contained in:
Frederik Olberg 2024-05-19 19:44:38 +02:00 committed by GitHub
parent 369fe27d2a
commit 0b4e2e599f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ In the terminal, press `ctrl`+`c` to stop the application.
### Run the application in the background
You can run the application detached from the terminal by adding the `-d`
option. Inside the `docker-php-sample` directory, run the following command
option. Inside the `spring-petclinic` directory, run the following command
in a terminal.
```console