Upgrade mobymkas-ui package version for endorse member UI (#365)

This commit is contained in:
Nabarun Gogoi 2023-04-24 17:55:17 +05:30 committed by GitHub
parent 0bc54b30e0
commit d7ea874268
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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.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.3-lxdao-0.1.0
RUN yarn global add @cerc-io/mobymask-ui-lxdao@npm:@cerc-io/mobymask-ui@0.1.3-lxdao-0.1.1
# Expose port for http
EXPOSE 80