The ultimate automation platform
For the development version, you do not need to build the mobile application as it takes a significant amount of time. Simply run:
docker-compose up --build
Or, if the images are already built:
docker-compose up
In the production environment, you must build the mobile application. To include the mobile build, you have to use the profile production in the docker-compose command:
docker-compose --profile production up --build
Made by Suceveanu Dragos, Flavien Chenu, TekMath, Thomaltarix & Yann Masson