Skip to content

roladev/Dockerized-NextJS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

🚀 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

About

Simple Dockerfile to run your NextJS application

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published