Dockerfile and girlab.rb

Hello,

I run gitlab with docker.

I need to know if it’s possible to replace the basic gitlab.rb file with my own gitlab.rb (already configured) using dockerfile.

Something like this :

FROM gitlab/gitlab-ce:9.3.1-ce.0

COPY gitlab.rb /etc/gitlab/gitlab.rb

Thx. Regards