Mount binds not showing in production

Hello everyone,

I have made some changes to the authn MFE and mounted it and was testing it using tutor dev launch. This worked great and I was able to make the changes I wanted. However, when I run tutor local launch, the mounted MFE does not run. I want to deploy it in production so I have to use the local launch command. Would be grateful for any help regarding deploying this tutor to production.

Thanks.

MFE bind-mounts are not applied at runtime in production, only at build-time. Thus, you need to run tutor images build mfe before tutor local launch.

I realise this is not clear in the tutor-mfe documentation. You could open either a PR or an issue in the GitHub repository to improve the README on this matter.