Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 473 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 473 Bytes

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

Starting the Development Server

npm run dev

Open http://localhost:3000 in the browser to access the application.

Building Docker Container

To build the application as a Docker container, run the following command:

docker build -t container-tag-here .