mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-11 12:57:29 -08:00
attempt to fix docker image issue
This commit is contained in:
parent
1cff797bfc
commit
f1187b6193
|
@ -18,7 +18,7 @@ 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/
|
||||
RUN rm -rf node_modules packages/*/node_modules packages/*/dist
|
||||
# RUN rm -rf node_modules packages/*/node_modules packages/*/dist
|
||||
|
||||
RUN npm config set legacy-peer-deps true
|
||||
RUN npm install --production --loglevel notice
|
||||
|
|
Loading…
Reference in a new issue