Self-hosting a docker from develop branch?

Hi,
I succesfully setup penpot in my mingle digital ocean droplet.

What I was wondering now is if there is any idiot-proof guide on how to self-host the content of whatever branch I want to self-host.

I believe I probably need to first run the build command and then docker compose up?

  • build-devenv Build docker development oriented image
  • build-devenv-local Build a local docker development oriented image
  • build-docker-images Build all docker images (frontend, backend and exporter).

Not sure which one would be the one I need. I imaged the latter, but ./manage.sh build-docker-image fails here ((...)/src/penpot/./bundles/frontend" failed: No such file or directory (2))).

For the records, I don’t really need (or have mem to run even) a complete dev environment online, with all the watches and rebuilding what-nots. I just wanted to equivalent of self-hosting but for the latest unstable develop branch.

Any help would be much appreciated,
Dalai