Provided by Easypanel

Dockerize Next.js Applications

The fastest way to dockerize your Next.js app.

Github

Config

Setup

  • 1
    Download and extract the files
  • 2
    Move the files into your codebase
    The extracted dockerizer folder should be in the root of your project.
  • 3
    Build the docker image
    docker build -t my-app -f ./dockerizer/Dockerfile .