mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-13 19:35:17 +00:00
Merge remote-tracking branch 'origin/main'
This commit is contained in:
commit
778d00d1a0
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ FROM python:3.12 as base
|
|||
WORKDIR /app
|
||||
ADD pyproject.toml .
|
||||
ADD requirements.txt .
|
||||
RUN pip install . && rm pyproject.toml requirements.txt
|
||||
RUN pip install --no-cache-dir . && rm pyproject.toml requirements.txt
|
||||
ENV PYTHONPATH=/app
|
||||
ADD docs docs
|
||||
ADD pr_agent pr_agent
|
||||
|
|
|
|||
Loading…
Reference in a new issue