mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
ci: Fix docker build for release process (no-changelog)
This commit is contained in:
parent
1cb92ffe16
commit
054c4bacd5
|
@ -19,7 +19,7 @@ RUN set -eux; \
|
||||||
rm -rf /usr/local/lib/node_modules/n8n/node_modules/@n8n/chat && \
|
rm -rf /usr/local/lib/node_modules/n8n/node_modules/@n8n/chat && \
|
||||||
rm -rf /usr/local/lib/node_modules/n8n/node_modules/n8n-design-system && \
|
rm -rf /usr/local/lib/node_modules/n8n/node_modules/n8n-design-system && \
|
||||||
rm -rf /usr/local/lib/node_modules/n8n/node_modules/n8n-editor-ui/node_modules && \
|
rm -rf /usr/local/lib/node_modules/n8n/node_modules/n8n-editor-ui/node_modules && \
|
||||||
find /usr/local/lib/node_modules/n8n -type f -name "*.ts" -o -name "*.js.map" -o -name "*.vue" | xargs rm && \
|
find /usr/local/lib/node_modules/n8n -type f -name "*.ts" -o -name "*.js.map" -o -name "*.vue" | xargs rm -f && \
|
||||||
rm -rf /root/.npm
|
rm -rf /root/.npm
|
||||||
|
|
||||||
COPY docker-entrypoint.sh /
|
COPY docker-entrypoint.sh /
|
||||||
|
|
Loading…
Reference in a new issue