fix: missing flag in INSTALL.md

Fixing a missing flag on the Docker cli to declare a variable.
This commit is contained in:
Romain Aviolat
2023-12-28 17:24:08 +01:00
committed by GitHub
parent a9c8fb6a73
commit 0d89e6e760

View File

@ -46,7 +46,7 @@ docker run --rm -it -e OPENAI.KEY=<your key> -e CONFIG.GIT_PROVIDER=gitlab -e GI
Note: If you have a dedicated GitLab instance, you need to specify the custom url as variable: Note: If you have a dedicated GitLab instance, you need to specify the custom url as variable:
``` ```
docker run --rm -it -e OPENAI.KEY=<your key> -e CONFIG.GIT_PROVIDER=gitlab -e GITLAB.PERSONAL_ACCESS_TOKEN=<your token> GITLAB.URL=<your gitlab instance url> codiumai/pr-agent:latest --pr_url <pr_url> review docker run --rm -it -e OPENAI.KEY=<your key> -e CONFIG.GIT_PROVIDER=gitlab -e GITLAB.PERSONAL_ACCESS_TOKEN=<your token> -e GITLAB.URL=<your gitlab instance url> codiumai/pr-agent:latest --pr_url <pr_url> review
``` ```
- For BitBucket: - For BitBucket: