Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Docker for development with hot reload #769

Open
digoburigo opened this issue Nov 30, 2023 · 1 comment
Open

feat: Docker for development with hot reload #769

digoburigo opened this issue Nov 30, 2023 · 1 comment

Comments

@digoburigo
Copy link

Describe the feature you'd like to request

I want to know how to make a Docker for development. Where it hot reload even if some package change. Thats possible?

Describe the solution you'd like to see

Some Docker example or some guidance on how to make this work

Additional information

No response

@noxify
Copy link
Contributor

noxify commented Jan 11, 2024

Hi,

since I have to think about using ODBC/JDBC in one of my node apps, I want to keep my local system as clean as possible (not interested to install Java locally 🙈).

The solution is docker with HMR.

I found this article which could be the solution.

https://medium.com/@elifront/best-next-js-docker-compose-hot-reload-production-ready-docker-setup-28a9125ba1dc

While reading the article, I remembered that there was a request (this issue) with a similar requirement.

Haven't had the time to test it in detail but I think it could be enough to change the yarn commands with pnpm.

Does this help?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants