fix: Add HOME env var to distroless runners image (#22796)

This commit is contained in:
Iván Ovejero
2025-12-05 11:15:29 +01:00
committed by GitHub
parent e78250f94c
commit 064f90ce1e

View File

@@ -172,7 +172,8 @@ ARG N8N_VERSION=snapshot
ARG N8N_RELEASE_TYPE=dev
ENV NODE_ENV=production \
N8N_RELEASE_TYPE=${N8N_RELEASE_TYPE}
N8N_RELEASE_TYPE=${N8N_RELEASE_TYPE} \
HOME=/home/runner
# Copy everything from the prepared runtime filesystem
COPY --from=runtime-prep --chown=root:root /runtime/ /