feat: add node extraction scripts and Docker setup for n8n modules

This commit is contained in:
czlonkowski
2025-06-09 00:33:17 +02:00
parent 3d7fdeba02
commit 6851d2f253
20 changed files with 737 additions and 1 deletions

View File

@@ -15,6 +15,7 @@ RUN npm ci --only=production
# Copy built files
COPY dist ./dist
COPY tests ./tests
COPY scripts ./scripts
# Create data directory for SQLite database
RUN mkdir -p /app/data