Skip to content

Commit 612ce52

Browse files
authored
added PROJECT= prefix to docs (#697)
1 parent a8fcf3d commit 612ce52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deployments/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ If you have cloned the bridges repo you can build local Docker images by running
168168
command at the top level of the repo:
169169

170170
```bash
171-
docker build . -t local/<project_you're_building> --build-arg=<project>
171+
docker build . -t local/<project_you're_building> --build-arg=PROJECT=<project>
172172
```
173173
174174
This will build a local image of a particular component with a tag of

0 commit comments

Comments
 (0)