diff --git a/docker-entrypoint.sh b/docker-entrypoint.sh index 40d3e16..2347f09 100755 --- a/docker-entrypoint.sh +++ b/docker-entrypoint.sh @@ -8,7 +8,7 @@ if [ -n "$NPM_PACKAGES" ]; then fi if [ -n "$CUSTOM_UI" ]; then - rm -rf /usr/local/lib/node_modules/n8n/packages/editor-ui + rm -rf /usr/local/lib/node_modules/n8n/packages/editor-ui/dist tar -xzf /tmp/dist.tgz -C /usr/local/lib/node_modules/n8n/packages/editor-ui fi