diff --git a/entrypoint.sh.tmpl b/entrypoint.sh.tmpl index 53b4629..223f6c8 100644 --- a/entrypoint.sh.tmpl +++ b/entrypoint.sh.tmpl @@ -4,4 +4,4 @@ set -e cp /gitlab.rb /etc/gitlab/gitlab.rb -exxec "$@" \ No newline at end of file +exec "$@" \ No newline at end of file