Skip to content

Commit 1f9cfb5

Browse files
authored
Merge pull request #21625 from shariqahmkhan/patch-3
Update multi-stage-builds.md
2 parents 2e6782a + a88a43d commit 1f9cfb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/get-started/docker-concepts/building-images/multi-stage-builds.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ Now that you have the project, you’re ready to create the `Dockerfile`.
231231
1. Now that you have an image built, it's time to run the container.
232232
233233
```console
234-
$ docker run -d -p 8080:8080 spring-helloworld
234+
$ docker run -p 8080:8080 spring-helloworld
235235
```
236236
237237
You'll then see output similar to the following in the container log:

0 commit comments

Comments
 (0)