Skip to content

Commit

Permalink
ci: Fix ARM custom images (no-changelog) (n8n-io#9821)
Browse files Browse the repository at this point in the history
  • Loading branch information
netroy authored Jun 20, 2024
1 parent aeeced4 commit b131d75
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docker/images/n8n-custom/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ COPY --from=builder /compiled /usr/local/lib/node_modules/n8n
COPY docker/images/n8n/docker-entrypoint.sh /

RUN \
pnpm rebuild --dir /usr/local/lib/node_modules/n8n sqlite3 && \
cd /usr/local/lib/node_modules/n8n && \
npm rebuild sqlite3 && \
cd - && \
ln -s /usr/local/lib/node_modules/n8n/bin/n8n /usr/local/bin/n8n && \
mkdir .n8n && \
chown node:node .n8n
Expand Down

0 comments on commit b131d75

Please sign in to comment.