Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 418 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 418 Bytes

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.