attempt to fix docker image issue

This commit is contained in:
Mutasem 2022-05-03 09:54:52 +02:00
parent 1cff797bfc
commit f1187b6193

View file

@ -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