Skip to content

Commit

Permalink
Upgrade web-app package versions to set custom relay node (#358)
Browse files Browse the repository at this point in the history
Former-commit-id: 01499a3
  • Loading branch information
nikugogoi authored Apr 20, 2023
1 parent 35dd30f commit 3d75523
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/data/container-build/cerc-mobymask-ui/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected].2
RUN yarn global add @cerc-io/[email protected].3
# Install the LXDAO version of MobyMask web app
RUN yarn global add @cerc-io/mobymask-ui-lxdao@npm:@cerc-io/[email protected].2-lxdao-0.1.0
RUN yarn global add @cerc-io/mobymask-ui-lxdao@npm:@cerc-io/[email protected].3-lxdao-0.1.0

# Expose port for http
EXPOSE 80
Expand Down
3 changes: 1 addition & 2 deletions app/data/container-build/cerc-react-peer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]

# Expose port for http
EXPOSE 80
Expand Down

0 comments on commit 3d75523

Please sign in to comment.