mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-20 04:14:59 +00:00
no chown for COPY
This commit is contained in:
parent
5ada250a66
commit
18d1d7af33
1 changed files with 2 additions and 2 deletions
|
@ -30,7 +30,7 @@ FROM base AS aider-full
|
|||
|
||||
ENV AIDER_DOCKER_IMAGE=paulgauthier/aider-full
|
||||
|
||||
COPY --chown=appuser:appuser . /tmp/aider
|
||||
COPY . /tmp/aider
|
||||
|
||||
# Install dependencies as root
|
||||
RUN /venv/bin/python -m pip install --upgrade --no-cache-dir pip && \
|
||||
|
@ -54,7 +54,7 @@ FROM base AS aider
|
|||
|
||||
ENV AIDER_DOCKER_IMAGE=paulgauthier/aider
|
||||
|
||||
COPY --chown=appuser:appuser . /tmp/aider
|
||||
COPY . /tmp/aider
|
||||
|
||||
# Install dependencies as root
|
||||
RUN /venv/bin/python -m pip install --upgrade --no-cache-dir pip && \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue