feat: Added server and documentation

This commit is contained in:
Luca Simone
2023-11-25 17:37:44 +01:00
parent b62e0967d5
commit 0f6564f42d
4 changed files with 108 additions and 5 deletions

View File

@ -14,6 +14,10 @@ FROM base as bitbucket_app
ADD pr_agent pr_agent
CMD ["python", "pr_agent/servers/bitbucket_app.py"]
FROM base as bitbucket_server_webhook
ADD pr_agent pr_agent
CMD ["python", "pr_agent/servers/bitbucket_server_webhook.py"]
FROM base as github_polling
ADD pr_agent pr_agent
CMD ["python", "pr_agent/servers/github_polling.py"]