Building the image
In recotem, there are three images(backend, celery_worker, and frontend described in container introduction) that need to be built. These images can be built as follows:
Clone recotem's source from Github.
In the cloned directory, do the following
docker-compose build
Recotem manages pre-built docker images for each release in the Github Container Registry.
