1
1
mirror of https://github.com/n8n-io/n8n.git synced 2024-07-14 16:30:27 +03:00

ci: Fix ARM custom images (no-changelog) (#9821)

This commit is contained in:
कारतोफ्फेलस्क्रिप्ट™ 2024-06-20 16:44:13 +02:00 committed by GitHub
parent aeeced4d97
commit b131d75a4d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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