Skip to content

Commit

Permalink
fix(docker): add postinstall script (#839)
Browse files Browse the repository at this point in the history
  • Loading branch information
gauthier-th authored Jun 24, 2024
1 parent 45723ab commit f714132
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RUN \

RUN npm install --global pnpm

COPY package.json pnpm-lock.yaml ./
COPY package.json pnpm-lock.yaml postinstall-win.js ./
RUN CYPRESS_INSTALL_BINARY=0 pnpm install --frozen-lockfile

COPY . ./
Expand Down

0 comments on commit f714132

Please sign in to comment.