hardcode gitlab launch in entrypoint
This commit is contained in:
parent
228d344b79
commit
0150b1be09
@ -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 "$@"
|
||||
echo "Entrypoint finished, launching Gitlab"
|
||||
exec "/assets/wrapper"
|
Loading…
x
Reference in New Issue
Block a user