@uetuluk I have some queries related to the configuration:
How can I add a specific command in Dockerfile inside tutor , As I am using some submodules which are coming from my private directory. What I am doing currently I am adding “RUN git submodule init” and “RUN git submodule update” after the edx-platform clone but as soon as I run quickstart the Dockerfile update and sets to default can you provide me solution to make Dockerfile customized.
After setting all the details and running containers( running forked edx-platform), I was able login into lms but when I go to studio I am getting an error " ‘staticfiles’ is not a registered tag library." I tried setting in TEMPLATES in common.py with :
" ‘libraries’: {
‘staticfiles’: ‘django.templatetags.static’,
}, "
but the issue remains.
I am also getting a specific type of issue for running the ecommerce - payment container only :
No local module configuration file found. This is fine.
payment_1 | [webpack-cli] Failed to load ‘/openedx/app/webpack.dev.config.js’ config
payment_1 | [webpack-cli] TypeError: merge is not a function