fix(docker): add postinstall script (#839)

This commit is contained in:
Gauthier
2024-06-24 20:17:00 +02:00
committed by GitHub
parent 45723ab2b4
commit f714132909

View File

@@ -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 . ./