-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade web-app package versions to set custom relay node (#358)
Former-commit-id: 01499a3
- Loading branch information
Showing
2 changed files
with
3 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|