Updated dotnet template name language/dotnet/build-images.md

This commit is contained in:
Bhav Beri 2022-12-10 15:59:43 +05:30
parent 1879c281fb
commit f01e6c9750
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ For our sample application, lets create a simple application from a template
```console ```console
$ mkdir dotnet-docker $ mkdir dotnet-docker
$ cd dotnet-docker $ cd dotnet-docker
$ dotnet new webApp -n myWebApp -o src --no-https $ dotnet new webapp -n myWebApp -o src --no-https
``` ```
Output similar to the following appears. Output similar to the following appears.