Skip to content

Commit d88156d

Browse files
committed
Fix
1 parent 796e990 commit d88156d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/3_BuildPostgreSQL/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ docker stop <PID>
129129
Then, let’s rebuild our docker images with the following command:
130130
131131
```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 .
132+
docker build -t custom-database-layer:2.0 --build-arg POSTGRES_USER=admin --build-arg POSTGRES_PASSWORD=password --build-arg POSTGRES_DB=catdb .
133133
```
134134
135135
Then, let’s run the image after checking with docker images

0 commit comments

Comments
 (0)