Use cerc-io scoped alias for lxdao app package
This commit is contained in:
parent
e375ef3434
commit
c44098e029
@ -49,7 +49,7 @@ services:
|
|||||||
CERC_DEPLOYED_CONTRACT: ${CERC_DEPLOYED_CONTRACT}
|
CERC_DEPLOYED_CONTRACT: ${CERC_DEPLOYED_CONTRACT}
|
||||||
CERC_APP_WATCHER_URL: ${CERC_APP_WATCHER_URL}
|
CERC_APP_WATCHER_URL: ${CERC_APP_WATCHER_URL}
|
||||||
CERC_RELAY_NODES: ${CERC_RELAY_NODES}
|
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
|
working_dir: /scripts
|
||||||
# Waits for watcher server to be up before app build
|
# Waits for watcher server to be up before app build
|
||||||
# Required when running with watcher stack to get deployed contract address
|
# Required when running with watcher stack to get deployed contract address
|
||||||
|
@ -52,7 +52,7 @@ RUN yarn global add http-server
|
|||||||
# Install old version of MobyMask web app
|
# Install old version of MobyMask web app
|
||||||
RUN yarn global add @cerc-io/mobymask-ui@0.1.2
|
RUN yarn global add @cerc-io/mobymask-ui@0.1.2
|
||||||
# Install the LXDAO version of MobyMask web app
|
# 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 port for http
|
||||||
EXPOSE 80
|
EXPOSE 80
|
||||||
|
Loading…
Reference in New Issue
Block a user