Merge pull request #16274 from gr0ker/patch-1

Fix directory for Dockerfile in C# docker tutorial
This commit is contained in:
Craig Osterhout 2022-12-05 07:34:51 -08:00 committed by GitHub
commit ee2464e4e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ Press Ctrl+C in the terminal window to stop the application.
## Create a Dockerfile
In the `dotnet-docker\src` directory, create a file named `Dockerfile`.
In the `dotnet-docker` directory, create a file named `Dockerfile`.
Next, we need to add a line in our Dockerfile that tells Docker what image
we would like to use to build our application. Open the `Dockerfile` in an IDE or a text editor, and add the following instructions.