diff --git a/entrypoint.sh.tmpl b/entrypoint.sh.tmpl index 223f6c8..6c68d2a 100644 --- a/entrypoint.sh.tmpl +++ b/entrypoint.sh.tmpl @@ -2,6 +2,8 @@ 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