mirror of
https://github.com/Aider-AI/aider
synced 2026-04-25 17:15:07 +02:00
chore: Set HOME environment variable in Dockerfile
This commit is contained in:
committed by
Paul Gauthier (aider)
parent
5ab92b1833
commit
4b946a23ca
@@ -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
|
||||
RUN git config --system --add safe.directory /app
|
||||
ENV HOME=/home/appuser
|
||||
|
||||
#########################
|
||||
FROM base AS aider-full
|
||||
|
||||
Reference in New Issue
Block a user