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