Skip to content

Commit 2254cf6

Browse files
Revert "Don't run postinstall script separately from yarn install" (#634)
This reverts commit 2c7c63e. See the following comment for a full description #629 (comment)
2 parents e678294 + acbc74d commit 2254cf6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

monitoring/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ COPY package.json yarn.lock ./
2424
COPY tsconfig.json ./
2525
COPY src ./src
2626

27-
RUN yarn install --frozen-lockfile
27+
RUN yarn install --frozen-lockfile --ignore-scripts
28+
RUN yarn run postinstall
2829

2930
RUN yarn build
3031

0 commit comments

Comments
 (0)