From 948ca15fe35a45dde322ecb2e623f88af22889cb Mon Sep 17 00:00:00 2001 From: yoshino-s Date: Thu, 16 Nov 2023 06:42:31 +0000 Subject: [PATCH] Update docker-entrypoint.sh --- docker-entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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