Hi everyone,
I am currently working with the nightly branch of tutor dev and have mounted the edx-platform
. Due to regular updates on the edx-platform
master branch, I often need to pull the latest changes.
To apply these updates and provision the necessary changes, I frequently run tutor dev launch
. However, this process is time-consuming, as it involves re-building the Docker images, which significantly contributes to the delay.
I was wondering if there is a more efficient way to update and provision the edx-platform
master branch without triggering a complete image re-build every time.
Any suggestions would be greatly appreciated!