Skip to content

harshitsinghai77/nemo-frontend

Repository files navigation

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

Nemo helps you boost your motivation and help you think more creatively.

Build a docker container

docker build -t nemo-frontend .

Run the docker container

docker run -d -p 3000:3000 --name nemo-frontend nemo-frontend

Get inside the running container

docker exec -it $(docker ps -q -f name=nemo-frontend) bash

Get the build folder to local directory

docker cp $(docker ps -q -f name=nemo-frontend):/usr/src/app/build $(pwd)