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 60b9632 commit 920d8f0
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 @@ -20,7 +20,7 @@ COPY packages/workflow/ ./packages/workflow/
RUN rm -rf node_modules packages/*/node_modules packages/*/dist

RUN npm install --production --loglevel notice
RUN lerna bootstrap --hoist -- --production
RUN lerna bootstrap --hoist --no-ci -- --production
RUN npm run build


Expand Down

0 comments on commit 920d8f0

Please sign in to comment.