Hi Team,
I am using Ubuntu 20.04 and 8 Gb Ram 4 CPU core and Using Tutor 13.2.2 Version
i have clones this tag branch
i have make my own repo
and after doing this i am running this command
tutor images build openedx
–build-arg EDX_PLATFORM_REPOSITORY=https://github.com/manojkumarhr/edx-platform-open-release-maple.3.git
–build-arg EDX_PLATFORM_VERSION=main
at step 73 i am getting error or permission
Step 75/101 : COPY --chown=app:app ./locale/ /openedx/locale/user/locale/
—> Using cache
—> 3aa7947b55e0
Step 76/101 : RUN cd /openedx/locale/user && django-admin compilemessages -v1
—> Using cache
—> 974220483651
Step 77/101 : RUN ./manage.py lms --settings=tutor.i18n compilejsi18n
—> Running in dc810ec5760d
/bin/sh: 1: ./manage.py: Permission denied
The command ‘/bin/sh -c ./manage.py lms --settings=tutor.i18n compilejsi18n’ returned a non-zero code: 126
Error: Command failed with status 126: docker build -t docker.io/overhangio/openedx:13.2.2 --build-arg EDX_PLATFORM_REPOSITORY=https://github.com/manojkumarhr/edx-platform-open-release-maple.3.git --build-arg EDX_PLATFORM_VERSION=main /root/.local/share/tutor/env/build/openedx