0. yarn install
1. yarn schema
yarn dev
docker run {your-dockerhubId}/{app-name}
docker run -it {your-dockerhubId}/{app-name} {cmd}
docker build -t {your-dockerhubId}/{app-name} .
docker run -it -p 3000:3000 {your-dockerhubId}/{app-name}
docker run -it {your-dockerhubId}/{app-name} {cmd}
docker exec -it {containerId from docker ps} sh
docker logs {containerId from docker ps}
docker {stop/kill} {containerId from docker ps}
docker rmi -f {your-dockerhubId}/{app-name}
docker rm -f {containerId}