mirror of
https://github.com/n8n-io/n8n.git
synced 2025-12-05 19:27:26 -06:00
fix: Add HOME env var to distroless runners image (#22796)
This commit is contained in:
@@ -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/ /
|
||||
|
||||
Reference in New Issue
Block a user