We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8fcf3d commit 612ce52Copy full SHA for 612ce52
deployments/README.md
@@ -168,7 +168,7 @@ If you have cloned the bridges repo you can build local Docker images by running
168
command at the top level of the repo:
169
170
```bash
171
-docker build . -t local/<project_you're_building> --build-arg=<project>
+docker build . -t local/<project_you're_building> --build-arg=PROJECT=<project>
172
```
173
174
This will build a local image of a particular component with a tag of
0 commit comments