chore: Set HOME environment variable in Dockerfile

This commit is contained in:
Paul Gauthier 2025-02-03 18:53:15 -08:00 committed by Paul Gauthier (aider)
parent 5ab92b1833
commit 4b946a23ca

View file

@ -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