Add env variable for web apps config denyMultiaddrs

This commit is contained in:
2023-05-04 18:42:45 +05:30
parent 5a94aed7f7
commit 859a0f684f
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