revert dockerfile test

This commit is contained in:
Mutasem 2022-05-03 11:12:28 +02:00
parent f1187b6193
commit ae02d60c03

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