# Install frontend-plugin-framework for MFE Plugin Slots support
RUN npm install @openedx/frontend-plugin-framework@^1.7.0 --save

# Copy the prebuilt Nex Chat widget plugin into the MFE app root
COPY nex-chat-plugin.js /openedx/app/nex-chat-plugin.js
