build(dockerfile): copy the proper pnpm lockfile

This commit is contained in:
fallenbagel
2024-06-23 23:38:02 +05:00
parent 182aeaa636
commit 1168c77cad

View File

@@ -14,7 +14,7 @@ RUN \
;; \
esac
COPY package.json pnpm-lock.lock ./
COPY package.json pnpm-lock.yaml ./
RUN CYPRESS_INSTALL_BINARY=0 pnpm install --frozen-lockfile --network-timeout 1000000
COPY . ./