Skip to content

Latest commit

 

History

History
executable file
·
22 lines (15 loc) · 472 Bytes

README.md

File metadata and controls

executable file
·
22 lines (15 loc) · 472 Bytes

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, run the development server:

npm run dev

Open http://localhost:3000 with your browser to see the result.

Docker build

docker build -t nextjs-docker .

Than run the docker image:

docker run -p 3000:3000 nextjs-docker