Skip to content

Commit 7dfe8c7

Browse files
authored
Merge pull request #4733 from SeanKilleen/patch-3
Update text to match example
2 parents 04d6479 + d934dea commit 7dfe8c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/containers/container-build.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ EXPOSE 80
2626
EXPOSE 443
2727
```
2828

29-
The lines in the Dockerfile begin with the Nano Server image from Microsoft Container Registry (mcr.microsoft.com) and create an intermediate image `base` that exposes ports 80 and 443, and sets the working directory to `/app`.
29+
The lines in the Dockerfile begin with the Debian image from Microsoft Container Registry (mcr.microsoft.com) and create an intermediate image `base` that exposes ports 80 and 443, and sets the working directory to `/app`.
3030

3131
The next stage is `build`, which appears as follows:
3232

0 commit comments

Comments
 (0)