-
Notifications
You must be signed in to change notification settings - Fork 7.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update the docker custom build #3807
Conversation
Update syntax command for docker COPY package.json and package*.json and n8n packages in the root working directory folder
#COPY packages/cli/ ./packages/cli/ | ||
#COPY packages/core/ ./packages/core/ | ||
#COPY packages/design-system/ ./packages/design-system/ | ||
#COPY packages/editor-ui/ ./packages/editor-ui/ | ||
#COPY packages/nodes-base/ ./packages/nodes-base/ | ||
#COPY packages/workflow/ ./packages/workflow/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is now including packages/node-dev
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please merge this request with #3846
COPY packages/editor-ui/ ./packages/editor-ui/ | ||
COPY packages/nodes-base/ ./packages/nodes-base/ | ||
COPY packages/workflow/ ./packages/workflow/ | ||
COPY lerna.json . |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
there is no lerna.json
in this repo anymore
This got addressed in #3973 |
@saurabharch Thanks for your contribution 💟 |
Update syntax command for docker COPY package.json and package*.json and n8n packages in the root working directory folder