We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 475b62d commit 079a61eCopy full SHA for 079a61e
tutorindigo/plugin.py
@@ -160,8 +160,10 @@ def _override_openedx_docker_image(
160
hooks.Filters.ENV_PATCHES.add_item(
161
(
162
"mfe-dockerfile-post-npm-install-authn",
163
- "RUN npm install '@edx/brand@npm:@edly-io/indigo-brand-openedx@^2.2.2'",
164
- "RUN npm install '@anas_hameed/edly-saas-widget'",
+ """
+ RUN npm install '@edx/brand@npm:@edly-io/indigo-brand-openedx@^2.2.2'
165
+ RUN npm install @anas_hameed/edly-saas-widget
166
+ """,
167
)
168
169
0 commit comments