diff --git a/entrypoint.sh b/entrypoint.sh index b6842d3..612a330 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -4,4 +4,5 @@ set -x set -e umask 0000 ulimit -n 1024 +exec "$@" #/usr/bin/python3 /app/sos-milter.py