mirror of https://github.com/docker/docs.git
Updated dotnet template name language/dotnet/build-images.md
This commit is contained in:
parent
1879c281fb
commit
f01e6c9750
|
|
@ -27,7 +27,7 @@ For our sample application, let’s create a simple application from a template
|
|||
```console
|
||||
$ mkdir 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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue