alpine image

This commit is contained in:
Oliver
2025-08-07 19:32:12 -03:00
parent 2f0d7e7d31
commit 8b03ad1a78
3 changed files with 6 additions and 1 deletions

View File

@@ -32,7 +32,6 @@ RUN chmod +x /docker-custom-entrypoint.sh && \
RUN mkdir -p /opt/n8n-custom-nodes && \
cd /opt/n8n-custom-nodes && \
npm install n8n-nodes-puppeteer \
n8n-nodes-sqlite-memory && \
npm rebuild sqlite3 && \
chown -R node:node /opt/n8n-custom-nodes