Nemo is your little helper and companion no matter if you need to focus, tune out other noises or if you want to have a moment of calm and relaxation
docker build -t nemo-frontend .
docker run -d -p 3000:3000 --name nemo-frontend nemo-frontend
docker exec -it $(docker ps -q -f name=nemo-frontend) bash
docker cp $(docker ps -q -f name=nemo-frontend):/usr/src/app/build $(pwd)