Upgrade web-app package versions to set custom relay node #358

Merged
nikugogoi merged 1 commits from ng-app-custom-relay into main 2023-04-20 09:15:01 +00:00
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