add debug output to entrypoint

This commit is contained in:
marlon 2024-10-02 16:17:53 -04:00
parent 879f003f9d
commit 228d344b79

View File

@ -2,6 +2,8 @@
set -e set -e
echo "Copying custom Gitlab config to /etc/gitlab/"
cp /gitlab.rb /etc/gitlab/gitlab.rb cp /gitlab.rb /etc/gitlab/gitlab.rb
echo "Entrypoint finished, executing command $@"
exec "$@" exec "$@"