You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/core/docker/building-net-docker-images.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,7 @@ When developing, building, and running containerized applications, we have diffe
42
42
* .js and .css files
43
43
44
44
45
-
The reason to include the `dotnet publish` command output in your production image is to keep its' size to a minimum.
45
+
The reason to include the `dotnet publish` command output in your production image is to keep its size to a minimum.
46
46
47
47
Some .NET Core images share layers between different tags so downloading the latest tag is a relatively lightweight process. If you already have an older version on your machine, this architecture decreases the needed disk space.
0 commit comments