Deploy on server (docker image)

hi,
I clone the Baserow / baserow · GitLab repo
and customize the source code for myself
now how can I deploy that on a server?
can I create a docker image from the source code?

Please, see this: https://baserow.io/docs/installation%2Finstall-with-docker here talks about how to install baserow in docker, you can get an idea for this.

should use the docker-compose.local-build.yml file.
just run this command :
sudo DOCKER_BUILDKIT=1 COMPOSE_DOCKER_CLI_BUILD=1 docker-compose -f docker-compose.local-build.yml up --build