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 66a04c6 commit 2694813Copy full SHA for 2694813
1 file changed
monitoring/Dockerfile
@@ -24,7 +24,8 @@ COPY package.json yarn.lock ./
24
COPY tsconfig.json ./
25
COPY src ./src
26
27
-RUN yarn install --frozen-lockfile
+RUN yarn install --frozen-lockfile --ignore-scripts
28
+RUN yarn run postinstall
29
30
RUN yarn build
31
0 commit comments