mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-20 12:24:59 +00:00
chore: Set HOME environment variable in Dockerfile
This commit is contained in:
parent
5ab92b1833
commit
4b946a23ca
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@ RUN mkdir -p /home/appuser/.aider /home/appuser/.cache /home/appuser/pw-browsers
|
||||||
|
|
||||||
# So git doesn't complain about unusual permissions
|
# So git doesn't complain about unusual permissions
|
||||||
RUN git config --system --add safe.directory /app
|
RUN git config --system --add safe.directory /app
|
||||||
|
ENV HOME=/home/appuser
|
||||||
|
|
||||||
#########################
|
#########################
|
||||||
FROM base AS aider-full
|
FROM base AS aider-full
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue