Skip to content

Commit c3fc0f3

Browse files
committed
Update: Dotnet sample app documentation
1 parent 90f5fcf commit c3fc0f3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

content/guides/dotnet/containerize.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Open a terminal, change directory to a directory that you want to work in, and
3434
run the following command to clone the repository.
3535

3636
```console
37-
$ git clone https://github.com/docker/docker-dotnet-sample
37+
$ git clone https://github.com/docker/docker-dotnet-sample && cd docker-dotnet-sample
3838
```
3939

4040
## Initialize Docker assets

content/guides/dotnet/develop.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ services:
103103
secrets:
104104
- db-password
105105
volumes:
106-
- db-data:/var/lib/postgresql/data
106+
- db-data:/var/lib/postgresql
107107
environment:
108108
- POSTGRES_DB=example
109109
- POSTGRES_PASSWORD_FILE=/run/secrets/db-password

0 commit comments

Comments
 (0)