We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c87651d commit d6799b8Copy full SHA for d6799b8
Dockerfile.downstream
@@ -9,7 +9,7 @@ COPY --chown=default web/package.json web/package.json
9
COPY --chown=default web/package-lock.json web/package-lock.json
10
WORKDIR /opt/app-root/web
11
12
-RUN CYPRESS_INSTALL_BINARY=0 node --max-old-space-size=6000 $(which npm) --legacy-peer-deps ci
+RUN CYPRESS_INSTALL_BINARY=0 node --max-old-space-size=6000 $(which npm) --legacy-peer-deps ci --ignore-scripts
13
14
WORKDIR /opt/app-root
15
COPY --chown=default web web
0 commit comments