fix(docker): Make the docker images backward compatible (#3987)
This commit is contained in:
committed by
GitHub
parent
0426253376
commit
346ebee584
@@ -29,6 +29,10 @@ RUN \
|
||||
FROM n8nio/base:${NODE_VERSION}
|
||||
COPY --from=builder /home/node ./
|
||||
COPY docker/images/n8n-custom/docker-entrypoint.sh ./
|
||||
|
||||
RUN \
|
||||
mkdir .n8n && \
|
||||
chown node:node .n8n
|
||||
USER node
|
||||
ENV NODE_ENV=production
|
||||
ENTRYPOINT ["tini", "--", "./docker-entrypoint.sh"]
|
||||
|
||||
Reference in New Issue
Block a user