Skip to content

Commit

Permalink
Revert "Don't run postinstall script separately from yarn install" (#634
Browse files Browse the repository at this point in the history
)

This reverts commit 2c7c63e.

See the following comment for a full description
#629 (comment)
  • Loading branch information
michalinacienciala committed Jun 20, 2023
2 parents e678294 + acbc74d commit 2254cf6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion monitoring/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ COPY package.json yarn.lock ./
COPY tsconfig.json ./
COPY src ./src

RUN yarn install --frozen-lockfile
RUN yarn install --frozen-lockfile --ignore-scripts
RUN yarn run postinstall

RUN yarn build

Expand Down

0 comments on commit 2254cf6

Please sign in to comment.