Merge pull request #21625 from shariqahmkhan/patch-3

Update multi-stage-builds.md
This commit is contained in:
David Karlsson 2024-12-17 10:32:11 +01:00 committed by GitHub
commit 1f9cfb5040
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -231,7 +231,7 @@ Now that you have the project, youre ready to create the `Dockerfile`.
1. Now that you have an image built, it's time to run the container.
```console
$ docker run -d -p 8080:8080 spring-helloworld
$ docker run -p 8080:8080 spring-helloworld
```
You'll then see output similar to the following in the container log: