From 44aa91e4221473ca0c1d8488d17f64f37b420494 Mon Sep 17 00:00:00 2001 From: marlon Date: Wed, 2 Oct 2024 15:52:50 -0400 Subject: [PATCH] update entrypoint script --- entrypoint.sh.tmpl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/entrypoint.sh.tmpl b/entrypoint.sh.tmpl index 56ecc86..53b4629 100644 --- a/entrypoint.sh.tmpl +++ b/entrypoint.sh.tmpl @@ -1,5 +1,7 @@ #!/bin/sh +set -e + cp /gitlab.rb /etc/gitlab/gitlab.rb -"$@" \ No newline at end of file +exxec "$@" \ No newline at end of file