Skip to content

Commit 2b19c63

Browse files
authored
Update readme.md
1 parent 63d0b03 commit 2b19c63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ This is meant to serve as a minimal but nontrivial demo app for use in container
1717
export REGISTRY=<your image registry>
1818
export OWNER=<your user or organization ID in your registry>
1919
docker image build -t ${REGISTRY}/${OWNER}/api:0.1 api
20-
docker image build -t ${REGISTRY}/${OWNER}/db:0.1 db
20+
docker image build -t ${REGISTRY}/${OWNER}/db:0.1 database
2121
docker image push ${REGISTRY}/${OWNER}/api:0.1
2222
docker image push ${REGISTRY}/${OWNER}/db:0.1
2323
```

0 commit comments

Comments
 (0)