Files
gitlab/entrypoint.sh.tmpl

10 lines
183 B
Bash

#!/bin/sh
set -e
echo "Copying custom Gitlab config to /etc/gitlab/"
cp /gitlab.rb /etc/gitlab/gitlab.rb
echo "Entrypoint finished, launching Gitlab"
exec "/assets/init-container"