mirror of
https://github.com/n8n-io/n8n.git
synced 2026-05-12 16:10:30 +02:00
fix: Rebuild isolated-vm in Dockerfile (#26672)
This commit is contained in:
parent
00ccef8915
commit
854835dcf0
|
|
@ -15,7 +15,7 @@ COPY ./compiled /usr/local/lib/node_modules/n8n
|
|||
COPY docker/images/n8n/docker-entrypoint.sh /
|
||||
|
||||
RUN cd /usr/local/lib/node_modules/n8n && \
|
||||
npm rebuild sqlite3 && \
|
||||
npm rebuild sqlite3 isolated-vm && \
|
||||
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 New Issue
Block a user