Add env variable for web apps config denyMultiaddrs

Former-commit-id: 859a0f684f
This commit is contained in:
2023-05-04 18:42:45 +05:30
parent 960a24c96b
commit 46de299032
11 changed files with 19 additions and 5 deletions
@@ -21,7 +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@0.2.33
RUN yarn global add @cerc-io/test-app@0.2.34
# Expose port for http
EXPOSE 80