From 0150b1be0948ab7caf9cfa6791ed95c4c23326d9 Mon Sep 17 00:00:00 2001 From: marlon Date: Wed, 2 Oct 2024 16:28:07 -0400 Subject: [PATCH] hardcode gitlab launch in entrypoint --- entrypoint.sh.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/entrypoint.sh.tmpl b/entrypoint.sh.tmpl index 6c68d2a..bcdb455 100644 --- a/entrypoint.sh.tmpl +++ b/entrypoint.sh.tmpl @@ -5,5 +5,5 @@ set -e echo "Copying custom Gitlab config to /etc/gitlab/" cp /gitlab.rb /etc/gitlab/gitlab.rb -echo "Entrypoint finished, executing command $@" -exec "$@" \ No newline at end of file +echo "Entrypoint finished, launching Gitlab" +exec "/assets/wrapper" \ No newline at end of file