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

Former-commit-id: 01499a3f05
This commit is contained in:
2023-04-20 14:45:01 +05:30
committed by GitHub
parent 35dd30f877
commit 3d75523d73
2 changed files with 3 additions and 4 deletions
@@ -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