The Decentralized Conversation Layer of Internet.
- Install Docker on your machine.
- Build your container:
docker build -t nextjs-docker .
. - Run your container:
docker run -p 3000:3000 nextjs-docker
.
The Decentralized Conversation Layer of Internet.
docker build -t nextjs-docker .
.docker run -p 3000:3000 nextjs-docker
.