git clone --recurse-submodules -j8 https://github.com/Thuenen-Forest-Ecosystems/TFM-R-Server.git
cd fuk-r-server
cp .env.example .env
nano .env # edit the file and set the environment variables
docker build -t plumber-api .
docker-compose up -d
docker-compose down
npm stop