Skip to main content

One post tagged with "docker"

View All Tags

Next.js with Docker, Standalone, and Custom Server

· 13 min read
Hyunmo Ahn
Front End Engineer @ Line+

Purpose

I frequently use Next.js projects in a Docker environment. Additionally, I often use both Standalone mode and a Custom Server. If you don't fully understand the purpose and operation of these modes, Dockerizing a Next.js application can be challenging. This article serves as a structured guide for that.

Intro

This article presents four different Dockerizing examples. I have also prepared a GitHub repository with these examples. Feel free to explore them if you want to experiment further.

CaseDescriptionStandaloneCustom Server
1Basic Next.js build and run
2Running in standalone mode
3Using a custom server
4Standalone + Custom Server