mirror of
https://github.com/docker/docs.git
synced 2026-03-28 06:49:00 +07:00
Fix path of Dockerfile directory
Other tutorial parts suppose that the Dockerfile is located at the same level as src folder.
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user