mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 17:46:45 +00:00
fix(core): Define SHELL env variable on docker images (#8670)
This commit is contained in:
committed by
GitHub
parent
46fe544b9a
commit
e1a4fde207
@@ -37,5 +37,6 @@ RUN \
|
||||
mkdir .n8n && \
|
||||
chown node:node .n8n
|
||||
|
||||
ENV SHELL /bin/sh
|
||||
USER node
|
||||
ENTRYPOINT ["tini", "--", "/docker-entrypoint.sh"]
|
||||
|
||||
@@ -21,5 +21,6 @@ COPY docker-entrypoint.sh /
|
||||
RUN \
|
||||
mkdir .n8n && \
|
||||
chown node:node .n8n
|
||||
ENV SHELL /bin/sh
|
||||
USER node
|
||||
ENTRYPOINT ["tini", "--", "/docker-entrypoint.sh"]
|
||||
|
||||
Reference in New Issue
Block a user