add debug output to entrypoint
This commit is contained in:
parent
879f003f9d
commit
228d344b79
@ -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 "$@"
|
Loading…
x
Reference in New Issue
Block a user