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
Currently, the Docker Compose copies the code into the container, It might be good for production code but it's a real hassle for development.
We could either update the current docker-compose file with volumes instead of copy or create a new docker-compose file for dev environment.
The text was updated successfully, but these errors were encountered:
@felixfaisal I want to work on this .
Sorry, something went wrong.
@srisatya1197 Thank you so much for showing interest in solving this issue You can go ahead and try to implement it.
Hi, I am from Let's grow more , I would like to work in this issue ! i am skilled with django
Can you assign this to me
Hey @BRAVO68WEB I will be happy to assign you, If you require any assistance head on to our discord server - https://discord.gg/2bjCyeD7
BRAVO68WEB
Successfully merging a pull request may close this issue.
Task
Currently, the Docker Compose copies the code into the container, It might be good for production code but it's a real hassle for development.
Solution (optional)
We could either update the current docker-compose file with volumes instead of copy or create a new docker-compose file for dev environment.
Type of Change
The text was updated successfully, but these errors were encountered: