mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-20 12:24:59 +00:00
Remove the /aider directory after installing the package.
This commit is contained in:
parent
8561bfde33
commit
a6a49b13bb
1 changed files with 1 additions and 3 deletions
|
@ -1,8 +1,6 @@
|
|||
FROM python:3.10-slim
|
||||
RUN apt-get update && apt-get install -y git && rm -rf /var/lib/apt/lists/*
|
||||
COPY . /aider
|
||||
RUN pip install --upgrade pip && pip install /aider
|
||||
RUN pip install --upgrade pip && pip install /aider && rm -rf /aider
|
||||
WORKDIR /app
|
||||
ENTRYPOINT ["aider"]
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue