mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-09 22:24:05 -08:00
🐛 Fix docker custom build
This commit is contained in:
parent
316904d36a
commit
9b405707e2
|
@ -20,7 +20,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 ci --production --loglevel notice
|
||||
RUN npm install --production --loglevel notice
|
||||
RUN lerna bootstrap --hoist -- --production
|
||||
RUN npm run build
|
||||
|
||||
|
|
Loading…
Reference in a new issue