Next.js template to deploy to Fly with a Docker container.
45
stars
12
commits
Dockerfile
primary language
Dec 14, 2025
updated
This is a Next.js template which can be deployed to Fly.io.
Fly can run your application from a Docker image without a Docker container on their infrastructure.
Everything you need to get started can be found at https://fly.io/nextjs.
# Install flyctl on macOS
brew install flyctl
# Run from Next.js project root
fly launch
# Scale CPU, memory, instances, and regions
fly scale
For more information, see our deployment documentation.
To learn more about Fly.io, take a look at the following resources:
create-next-app and create a deployable app.To learn more about Next.js, take a look at the following resources:
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!
Dockerfile
54.1%
TypeScript
45.9%
Next.js template to deploy to Fly with a Docker container.
45
stars
12
commits
Dockerfile
primary language
Dec 14, 2025
updated
This is a Next.js template which can be deployed to Fly.io.
Fly can run your application from a Docker image without a Docker container on their infrastructure.
Everything you need to get started can be found at https://fly.io/nextjs.
# Install flyctl on macOS
brew install flyctl
# Run from Next.js project root
fly launch
# Scale CPU, memory, instances, and regions
fly scale
For more information, see our deployment documentation.
To learn more about Fly.io, take a look at the following resources:
create-next-app and create a deployable app.To learn more about Next.js, take a look at the following resources:
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!
Dockerfile
54.1%
TypeScript
45.9%