Change alias to @cerc-io/mobymask-ui-lxdao

This commit is contained in:
nabarun 2023-04-20 10:36:49 +05:30
parent c44098e029
commit cdac8be644
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: "@cerc-io/lxdao-mobymask-ui/build"
CERC_BUILD_DIR: "@cerc-io/mobymask-ui-lxdao/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 @cerc-io/lxdao-mobymask-ui@npm:@cerc-io/mobymask-ui@0.1.2-lxdao-0.1.0
RUN yarn global add @cerc-io/mobymask-ui-lxdao@npm:@cerc-io/mobymask-ui@0.1.2-lxdao-0.1.0
# Expose port for http
EXPOSE 80