mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-09 22:24:05 -08:00
fix(core): Define SHELL
env variable on docker images (#8670)
This commit is contained in:
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"]
|
||||
|
|
Loading…
Reference in a new issue