notsoocool / codecache

CodeCache is a dynamic web application designed to streamline the way developers manage and access code snippets. The platform provides a comprehensive library of code snippets, allowing users to save, organize, and retrieve useful code snippets for various programming languages and use cases.
https://codecache.tech
MIT License
18 stars 56 forks source link

added the docker-file #152

Closed unknown91tech closed 4 weeks ago

unknown91tech commented 1 month ago

@notsoocool Added the docker and docker-compose.yml file and also added the hot reloading in the docker file.

Can you review the pr and tell me that are there any changes that are to be made.

vercel[bot] commented 1 month ago

@unknown91tech is attempting to deploy a commit to the notsoocool's projects Team on Vercel.

A member of the Team first needs to authorize it.

vercel[bot] commented 1 month ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
codecache ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 31, 2024 10:25am
notsoocool commented 1 month ago

@unknown91tech we are using bun as a package manager, can you please update it to bun run dev, bun install

unknown91tech commented 1 month ago

@notsoocool I did the changes , can you check it