Skip to content

Commit

Permalink
feat: Updated docker/images/n8n-custom/Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
sweep-ai[bot] authored Jan 4, 2024
1 parent e15c0bb commit 3fca9e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/images/n8n-custom/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ COPY packages/nodes-base/ ./packages/nodes-base/
COPY packages/workflow/ ./packages/workflow/
RUN rm -rf node_modules packages/*/node_modules packages/*/dist

RUN npm install --production --loglevel notice
RUN npm install --production --loglevel notice\nRUN npm update
RUN lerna bootstrap --hoist -- --production
RUN npm run build

Expand Down

0 comments on commit 3fca9e4

Please sign in to comment.