Update docker-entrypoint.sh

This commit is contained in:
2023-11-16 06:42:31 +00:00
parent 59b675e29a
commit 948ca15fe3

View File

@@ -8,7 +8,7 @@ if [ -n "$NPM_PACKAGES" ]; then
fi fi
if [ -n "$CUSTOM_UI" ]; then 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 tar -xzf /tmp/dist.tgz -C /usr/local/lib/node_modules/n8n/packages/editor-ui
fi fi