Sign inSign up

leonard1thecoder/nextjs-bun-app

By leonard1thecoder

Updated 4 months ago

this MN computer care software that able our clients to book for fixing desktop computer or laptops.

Image
Internet of things
0

845

leonard1thecoder/nextjs-bun-app repository overview

Next.js + Bun Docker Image

This repository provides a containerized Next.js application using Bun as the runtime and package manager. It is optimized for production with multi-stage builds, caching, and reduced image size.

Features

  • ⚡ Bun runtime for ultra-fast installs and execution
  • 📦 Multi-stage Dockerfile for smaller, cleaner images
  • 🔒 Secure and reproducible builds with bun.lockb
  • 🌍 Ready for deployment to any cloud or container platform

Usage

  1. Pull the image: docker pull leonard1thecoder/nextjs-bun-app:latest

  2. Run the container: docker run -p 3000:3000 leonard1thecoder/nextjs-bun-app:latest

  3. Access the app at: http://localhost:3000

Tags

  • latest – stable production build
  • dev – development build with hot reload

Repository

This image is maintained by leonard1thecoder. Contributions and issues are welcome.

Tag summary

Content type

Image

Digest

sha256:5c0ffcb57

Size

100.6 MB

Last updated

4 months ago

docker pull leonard1thecoder/nextjs-bun-app