mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-19 11:01:15 +00:00
🐛 Fix docker custom build
This commit is contained in:
@@ -20,7 +20,7 @@ COPY packages/nodes-base/ ./packages/nodes-base/
|
|||||||
COPY packages/workflow/ ./packages/workflow/
|
COPY packages/workflow/ ./packages/workflow/
|
||||||
RUN rm -rf node_modules packages/*/node_modules packages/*/dist
|
RUN rm -rf node_modules packages/*/node_modules packages/*/dist
|
||||||
|
|
||||||
RUN npm ci --production --loglevel notice
|
RUN npm install --production --loglevel notice
|
||||||
RUN lerna bootstrap --hoist -- --production
|
RUN lerna bootstrap --hoist -- --production
|
||||||
RUN npm run build
|
RUN npm run build
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user