mobiledev-restapi To build the restapi locally. make a .env file add the sql user, sql pass and sql host name with the following keys HOST, USER, PASS Next start the container with the following command. docker-compose up -d --build this will build the container and install all the libs/dependicies, note only do this after each pull.