Skip to content

techies23/nextjs-docker

Repository files navigation

With Docker

npx create-next-app --example with-docker nextjs-docker
# or
yarn create next-app --example with-docker nextjs-docker
# or
pnpm create next-app --example with-docker nextjs-docker

Using Docker

  1. Install Docker on your machine.
  2. Build your container: docker build -t next-with-docker ..

You can view your images created with docker images.

About

Next JS inside a Docker container

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published