fix(docker): n8n docker image needs su-exec (#3993)

This commit is contained in:
कारतोफ्फेलस्क्रिप्ट™
2022-09-01 09:48:26 +02:00
committed by GitHub
parent 34a99fd089
commit aec2489aef
2 changed files with 2 additions and 1 deletions

View File

@@ -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