We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As a developer I would like to be able to use hot-reload during development using docker-compose.
The idea is to either add a second docker-compose file or use profiles to allow for usage of dotnet watch and npm run dev
The text was updated successfully, but these errors were encountered:
Closes #67
abc35dc
Update the README
15a69b8
Add docker compose profile feature to turn on/off the hot-reload.
38bf34c
Add missing docs in README
bf5384d
Merge pull request #69 from ksummarized/00067_docker_code_hot_reload
a728d40
Closes #67 Hot-reload the code in the containers
Sojusan
Successfully merging a pull request may close this issue.
As a developer I would like to be able to use hot-reload during development using docker-compose.
The idea is to either add a second docker-compose file or use profiles to allow for usage of dotnet watch and npm run dev
The text was updated successfully, but these errors were encountered: