mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
fix(core): Use exec in docker images to forward signals correctly (#6732)
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
#!/bin/sh
|
||||
if [ "$#" -gt 0 ]; then
|
||||
# Got started with arguments
|
||||
n8n "$@"
|
||||
exec n8n "$@"
|
||||
else
|
||||
# Got started without arguments
|
||||
n8n
|
||||
exec n8n
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user