How to run corteza-docker source build and run

Hi, I have cloned this GitHub - cortezaproject/corteza-docker: Corteza Docker images & build scripts, can anybody help how this is build and run in my local ubuntu system step by step.

Thanks

Hi @muhaarif ,

the repo in question has been deprecated some time ago, since then we鈥檝e been using the github
workflows for building the corteza package.

Where you鈥檒l learn the most is from the actual workflows themselves, so take a look at the corteza meta-package:

You鈥檒l see in Dockerfile we include already built webapp and server packages and push them to dockerhub.

An example for corteza server:

You can read more on that here: Corteza Core Repositories :: Corteza Docs