Codium-ai / pr-agent

🚀CodiumAI PR-Agent: An AI-Powered 🤖 Tool for Automated Pull Request Analysis, Feedback, Suggestions and More! 💻🔍
Apache License 2.0
5.75k stars 534 forks source link

The docker build target must be gitlab_webhook for local gitlab install #1010

Closed ocroz closed 2 months ago

ocroz commented 3 months ago

Thanks to https://github.com/Codium-ai/pr-agent/pull/682, I could fix my local GitLab installation with this docker build command:

docker build . -t pr-agent:4ab747d_gitlab --target gitlab_webhook -f docker/Dockerfile

The target must be gitlab_webhook when building the Docker image. However, I cannot find this information in the current documentation anymore. Could you please re-add this important information?

mrT23 commented 3 months ago

welcome to open a PR to update the relevant docs