We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 796e990 commit d88156dCopy full SHA for d88156d
docs/3_BuildPostgreSQL/README.md
@@ -129,7 +129,7 @@ docker stop <PID>
129
Then, let’s rebuild our docker images with the following command:
130
131
```bash
132
-docker build –build-arg POSTGRES_USER=admin –build-arg POSTGRES_PASSWORD=P@ssw0rd –build-arg POSTGRES_DB=cat_db -t custom-database-layer:2.0 .
+docker build -t custom-database-layer:2.0 --build-arg POSTGRES_USER=admin --build-arg POSTGRES_PASSWORD=password --build-arg POSTGRES_DB=catdb .
133
```
134
135
Then, let’s run the image after checking with docker images
0 commit comments