Files
Automata/docker/images/n8n/docker-entrypoint.sh
कारतोफ्फेलस्क्रिप्ट™ 05007d894e fix(core): Update docker compose setup for V1 images (#6642)
2023-07-12 11:55:19 +02:00

9 lines
124 B
Bash
Executable File

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