Deployment Guide

Deploy to production.

Docker Deployment

Build and run:

docker build -t myapp .
docker run -p 3000:3000 myapp