Use cerc-io scoped alias for lxdao app package

This commit is contained in:
nabarun 2023-04-20 10:32:38 +05:30
parent e375ef3434
commit c44098e029
2 changed files with 2 additions and 2 deletions

View File

@ -49,7 +49,7 @@ services:
CERC_DEPLOYED_CONTRACT: ${CERC_DEPLOYED_CONTRACT}
CERC_APP_WATCHER_URL: ${CERC_APP_WATCHER_URL}
CERC_RELAY_NODES: ${CERC_RELAY_NODES}
CERC_BUILD_DIR: "lxdao-mobymask-ui/build"
CERC_BUILD_DIR: "@cerc-io/lxdao-mobymask-ui/build"
working_dir: /scripts
# Waits for watcher server to be up before app build
# Required when running with watcher stack to get deployed contract address

View File

@ -52,7 +52,7 @@ RUN yarn global add http-server
# Install old version of MobyMask web app
RUN yarn global add @cerc-io/mobymask-ui@0.1.2
# Install the LXDAO version of MobyMask web app
RUN yarn global add lxdao-mobymask-ui@npm:@cerc-io/mobymask-ui
RUN yarn global add @cerc-io/lxdao-mobymask-ui@npm:@cerc-io/mobymask-ui@0.1.2-lxdao-0.1.0
# Expose port for http
EXPOSE 80