Skip to content

Latest commit

 

History

History
48 lines (28 loc) · 767 Bytes

File metadata and controls

48 lines (28 loc) · 767 Bytes

🚀 Next.js Docker Application

This repository contains a Dockerized Next.js application, ready for production deployment.

📦 Installation

Clone the repository

git clone https://github.com/roladev/Dockerized-NextJS.git
cd Dockerized-NextJS

🐳 Docker Usage

Build the Docker image

docker build -t nextjs-app .

Run the container

docker run -p 3000:3000 nextjs-app

Visit the app at http://localhost:3000.

⚙️ Environment Variables

Create a .env file based on .env.example to configure environment variables.

🛠️ Development

npm run dev

©️ Licenses

License: MIT

🧙 Authors