mirror of
https://github.com/n8n-io/n8n
synced 2026-04-21 15:47:20 +00:00
fix: Adding this back as it's still needed for darwin builds locally (#16720)
This commit is contained in:
parent
a7e9cc0896
commit
719a17427e
1 changed files with 3 additions and 1 deletions
|
|
@ -56,7 +56,9 @@ COPY --from=launcher-downloader /launcher-bin/* /usr/local/bin/
|
|||
COPY docker/images/n8n/docker-entrypoint.sh /
|
||||
COPY docker/images/n8n/n8n-task-runners.json /etc/n8n-task-runners.json
|
||||
|
||||
RUN ln -s /usr/local/lib/node_modules/n8n/bin/n8n /usr/local/bin/n8n && \
|
||||
RUN cd /usr/local/lib/node_modules/n8n && \
|
||||
npm rebuild sqlite3 && \
|
||||
ln -s /usr/local/lib/node_modules/n8n/bin/n8n /usr/local/bin/n8n && \
|
||||
mkdir -p /home/node/.n8n && \
|
||||
chown -R node:node /home/node
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue