Skip to content

Commit

Permalink
Merge pull request #21625 from shariqahmkhan/patch-3
Browse files Browse the repository at this point in the history
Update multi-stage-builds.md
  • Loading branch information
dvdksn authored Dec 17, 2024
2 parents 2e6782a + a88a43d commit 1f9cfb5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ Now that you have the project, you’re 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:
Expand Down

0 comments on commit 1f9cfb5

Please sign in to comment.