mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-22 12:19:09 +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 && \
|
mkdir .n8n && \
|
||||||
chown node:node .n8n
|
chown node:node .n8n
|
||||||
|
|
||||||
|
ENV SHELL /bin/sh
|
||||||
USER node
|
USER node
|
||||||
ENTRYPOINT ["tini", "--", "/docker-entrypoint.sh"]
|
ENTRYPOINT ["tini", "--", "/docker-entrypoint.sh"]
|
||||||
|
|||||||
@@ -21,5 +21,6 @@ COPY docker-entrypoint.sh /
|
|||||||
RUN \
|
RUN \
|
||||||
mkdir .n8n && \
|
mkdir .n8n && \
|
||||||
chown node:node .n8n
|
chown node:node .n8n
|
||||||
|
ENV SHELL /bin/sh
|
||||||
USER node
|
USER node
|
||||||
ENTRYPOINT ["tini", "--", "/docker-entrypoint.sh"]
|
ENTRYPOINT ["tini", "--", "/docker-entrypoint.sh"]
|
||||||
|
|||||||
Reference in New Issue
Block a user