Skip to content

Commit a9c8185

Browse files
committed
Fixing numbered list
1 parent 116601c commit a9c8185

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ In this hands-on guide, you'll unlock the power of multi-stage builds to create
7272
For this demonstration, you’ve paired Maven build automation with Java, a Spring Web dependency, and Java 21 for your metadata.
7373

7474

75-
3. Navigate the project directory. Once you unzip the file, you'll see the following project directory structure:
75+
4. Navigate the project directory. Once you unzip the file, you'll see the following project directory structure:
7676

7777

7878
```plaintext
@@ -109,7 +109,7 @@ In this hands-on guide, you'll unlock the power of multi-stage builds to create
109109
contains most of the information needed to build a customized project. The POM is huge and can seem
110110
daunting. Thankfully, you don't yet need to understand every intricacy to use it effectively.
111111
112-
4. Create a RESTful web service that displays "Hello World!".
112+
5. Create a RESTful web service that displays "Hello World!".
113113
114114
115115
Under the `src/main/java/com/example/spring_boot_docker/` directory, you can modify your

0 commit comments

Comments
 (0)