Skip to content

Commit db6ad93

Browse files
Update content/get-started/docker-concepts/building-images/multi-stage-builds.md
Co-authored-by: David Karlsson <[email protected]>
1 parent f170fb5 commit db6ad93

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
2. To view logs of container

0 commit comments

Comments
 (0)