How to build my modified Gitlab from source code?

Hello:

I have installed a self-managed Gitlab instance from source code. I鈥檓 trying to build a Docker image for it like the official image gitlab/gitlab-ee:latest. How can I build or compile my Gitlab source code?

Really appreciate :blush:

The Dockerfile used for building GitLab official docker images is in Omnibus Repository: docker/Dockerfile 路 master 路 GitLab.org / omnibus-gitlab 路 GitLab

As you鈥檙e starting with a source install, you might find this community maintained GitLab CE Dockerfile interesting as well: docker-gitlab/Dockerfile at master 路 sameersbn/docker-gitlab 路 GitHub