We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63d0b03 commit 2b19c63Copy full SHA for 2b19c63
readme.md
@@ -17,7 +17,7 @@ This is meant to serve as a minimal but nontrivial demo app for use in container
17
export REGISTRY=<your image registry>
18
export OWNER=<your user or organization ID in your registry>
19
docker image build -t ${REGISTRY}/${OWNER}/api:0.1 api
20
- docker image build -t ${REGISTRY}/${OWNER}/db:0.1 db
+ docker image build -t ${REGISTRY}/${OWNER}/db:0.1 database
21
docker image push ${REGISTRY}/${OWNER}/api:0.1
22
docker image push ${REGISTRY}/${OWNER}/db:0.1
23
```
0 commit comments