Upgrade web-app package versions to set custom relay node

This commit is contained in:
nabarun 2023-04-20 14:37:50 +05:30
parent 46b36c3cb6
commit 7a6470763b
2 changed files with 3 additions and 4 deletions

View File

@ -50,9 +50,9 @@ RUN yarn global add http-server
# Globally install both versions of the payload web app package
# 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.3
# Install the LXDAO version of MobyMask web app
RUN yarn global add @cerc-io/mobymask-ui-lxdao@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.3-lxdao-0.1.0
# Expose port for http
EXPOSE 80

View File

@ -21,8 +21,7 @@ RUN mkdir -p /config
RUN yarn global add http-server
# Globally install the payload web app package
RUN yarn global add @cerc-io/test-app
RUN yarn global add @cerc-io/test-app@0.2.33
# Expose port for http
EXPOSE 80