From 1efaa3afada38ba5a46ddf6019107d350f500736 Mon Sep 17 00:00:00 2001 From: tnascimento Date: Mon, 25 Sep 2023 14:58:07 -0300 Subject: [PATCH] feat: added SFI registry entries to enable local "compile" of LWC Omniscript/Flexcards --- dockerfiles/Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dockerfiles/Dockerfile b/dockerfiles/Dockerfile index 94c6ace..d5ac624 100644 --- a/dockerfiles/Dockerfile +++ b/dockerfiles/Dockerfile @@ -17,6 +17,9 @@ RUN npm install --global @salesforce/cli@${SF_CLI_VERSION} RUN npm install --global vlocity RUN echo "y" | sf plugins install sf-orgdevmode-builds +RUN npm config set @omnistudio:registry https://repo.vlocity.com/repository/vlocity-public/ +RUN npm config set @vlocity-cme:registry https://repo.vlocity.com/repository/vlocity-public/ + RUN apt-get update && apt-get install --assume-yes openjdk-11-jdk-headless jq RUN apt-get autoremove --assume-yes \ && apt-get clean --assume-yes \