fix(docker): n8n docker image needs su-exec (#3993)
This commit is contained in:
committed by
GitHub
parent
34a99fd089
commit
aec2489aef
@@ -13,5 +13,5 @@ if [ "$#" -gt 0 ]; then
|
||||
exec su-exec node "$@"
|
||||
else
|
||||
# Got started without arguments
|
||||
exec su-exec n8n
|
||||
exec su-exec node n8n
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user