Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion derex/mfe_profile/docker-compose-mfe-profile.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:
container_name: "{{ project.name}}_mfe_profile"
image: {{ mfe_profile_docker_image }}
{% if project.runmode.name == "debug" and mfe_profile_repository and mfe_profile_repository.is_dir() -%}
command: yarn add --modules-folder /openedx/microfrontend/node_modules . && fedx-scripts webpack-dev-server --progress --disable-host-check
command: fedx-scripts webpack-dev-server --progress --disable-host-check
volumes:
- {{ mfe_profile_repository.absolute() }}:/openedx/microfrontend
{% endif -%}
Expand Down