Skip to content

Commit

Permalink
feat: first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
horpeazy committed May 10, 2024
1 parent c2d64a7 commit 7a3be5e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/images/n8n-custom/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ RUN npm install "@deep-consulting-solutions/n8n-nodes-dcs-crm" "@deep-consulting

# Deploy the `n8n` package into /compiled
RUN mkdir /compiled
RUN NODE_ENV=production /usr/local/bin/pnpm --filter=n8n --prod --no-optional deploy /compiled
ENV NODE_ENV=production
RUN pnpm --filter=n8n --prod --no-optional deploy /compiled

# 3. Start with a new clean image with just the code that is needed to run n8n
FROM n8nio/base:${NODE_VERSION}
Expand Down

0 comments on commit 7a3be5e

Please sign in to comment.