Troubleshooting
Failed to chmod "MyProject.sh"
Symptoms
Running your Unreal Engine project in Docker fails with the following error:
Explanation
This is happening because there are files in the Intermediate
folder that are owned by a different user. This can happen if you build the Linux target on your host machine and then try to run it in Docker.
Solution
Delete the whole Intermediate
folder and try again.