Skip to content

Commit 866fe0c

Browse files
authored
Typo
1 parent b6c8f87 commit 866fe0c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_posts/2022-12-16-dockerfile.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ That's it! When you start up your Dev Container, the Dockerfile will be automati
4646

4747
Better yet, you can can use a Dockerfile as a part of authoring an image you can share with others. You can even **add Dev Container settings and metadata right into the image itself**. This avoids having to duplicate config and settings in multiple devcontainer.json files and keeps them in sync with your images!
4848

49-
See the guiide on **[pre-building](/_posts/2023-08-22-prebuild.md)** to learn more!
49+
See the guide on **[pre-building](/_posts/2023-08-22-prebuild.md)** to learn more!
5050

5151
## <a href="#docker-compose" name="docker-compose" class="anchor"> Using Docker Compose </a>
5252

@@ -142,4 +142,4 @@ volumes:
142142

143143
Finally, as in the Dockerfile example, you can use this same setup to create a Dev Container image that you can share with others. You can also add Dev Container settings and metadata right into the image itself.
144144

145-
See the guide on **[pre-building](/_posts/2023-08-22-prebuild.md)** to learn more!
145+
See the guide on **[pre-building](/_posts/2023-08-22-prebuild.md)** to learn more!

0 commit comments

Comments
 (0)