n8n/docker/images/n8n-custom/docker-entrypoint.sh
कारतोफ्फेलस्क्रिप्ट™ c7b36ecfb2
ci: Make custom images consistent with the release images (no-changelog) (#4924)
2022-12-21 17:12:12 +01:00

9 lines
125 B
Bash
Executable file

#!/bin/sh
if [ "$#" -gt 0 ]; then
# Got started with arguments
node "$@"
else
# Got started without arguments
n8n
fi