Skip to content

Commit cca3c4d

Browse files
committed
Add in build local step
1 parent 7ec24c8 commit cca3c4d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,14 @@ docker pull ghcr.io/nealfennimore/codeql:go
1616
docker pull ghcr.io/nealfennimore/codeql:cpp
1717
```
1818

19+
### Building Locally
20+
If you prefer to build locally instead of using a precompiled image
21+
```sh
22+
docker build . \
23+
--build-arg CLI_VERSION=2.7.0 \
24+
--build-arg CODE_LANGUAGE=$CODE_LANGUAGE \
25+
--tag ghcr.io/nealfennimore/codeql:$CODE_LANGUAGE
26+
```
1927
## Usage
2028

2129
### Shell

0 commit comments

Comments
 (0)