Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 103 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 103 Bytes

Docker build

docker build -t nextjs-docker .
docker run --rm -p 3000:3000 nextjs-docker