Skip to content

Commit

Permalink
Revert "Don't run postinstall script separately from yarn install"
Browse files Browse the repository at this point in the history
This reverts commit 2c7c63e.
  • Loading branch information
dimpar committed Jun 13, 2023
1 parent 66a04c6 commit 2694813
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 2694813

Please sign in to comment.