mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-11 18:35:18 +00:00
add docker file
This commit is contained in:
parent
86d4a31eef
commit
b7a522ed69
1 changed files with 4 additions and 0 deletions
|
|
@ -26,6 +26,10 @@ FROM base as gitlab_webhook
|
|||
ADD pr_agent pr_agent
|
||||
CMD ["python", "pr_agent/servers/gitlab_webhook.py"]
|
||||
|
||||
FROM base as azure_devops_webhook
|
||||
ADD pr_agent pr_agent
|
||||
CMD ["python", "pr_agent/servers/azuredevops_server_webhook.py"]
|
||||
|
||||
FROM base as test
|
||||
ADD requirements-dev.txt .
|
||||
RUN pip install -r requirements-dev.txt && rm requirements-dev.txt
|
||||
|
|
|
|||
Loading…
Reference in a new issue