You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently when some contributor tries to setup this project using Docker, it takes some time. It's a bit slow for setting up since it's huge. For this problem, we can implement multi stage docker build so that it sets up faster then before.
Desired Behavior
After implementing multi stage docker build, the contributor will be able to set up this project faster than before. In multi stage docker build, the previous built images are not carried over to the next layer, thereby making the build much faster and lighter.
Implementation
Should convert the current Dockerfile to more advanced Dockerfile using multi stage docker build.
Checklist
I have read and followed the project's code of conduct.
I have searched for similar issues before creating this one.
I have provided all the necessary information to understand and reproduce the issue.
I am willing to contribute to the resolution of this issue.
Thank you for contributing to our project! We appreciate your help in improving it.
Current Behavior
Currently when some contributor tries to setup this project using Docker, it takes some time. It's a bit slow for setting up since it's huge. For this problem, we can implement multi stage docker build so that it sets up faster then before.
Desired Behavior
After implementing multi stage docker build, the contributor will be able to set up this project faster than before. In multi stage docker build, the previous built images are not carried over to the next layer, thereby making the build much faster and lighter.
Implementation
Should convert the current Dockerfile to more advanced Dockerfile using multi stage docker build.
Checklist
Thank you for contributing to our project! We appreciate your help in improving it.
📚 See contributing instructions.
🙋🏾🙋🏼 Questions: Community Matrix Server.
The text was updated successfully, but these errors were encountered: