From d6d2b963b3fc31546f64fa23281b4a500442ca89 Mon Sep 17 00:00:00 2001 From: Dominik Chilla Date: Thu, 13 Jun 2019 23:40:50 +0200 Subject: [PATCH] Jenkins test stage, Dockerfile with CMD and ENTRYPOINT --- entrypoint.sh | 1 + 1 file changed, 1 insertion(+) 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