hardcode gitlab launch in entrypoint

This commit is contained in:
marlon 2024-10-02 16:28:07 -04:00
parent 228d344b79
commit 0150b1be09

View File

@ -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"