We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9dc2bca commit 8d16d55Copy full SHA for 8d16d55
1 file changed
Dockerfile
@@ -19,7 +19,7 @@ COPY package.json .
19
COPY pnpm-lock.yaml .
20
COPY patches/ patches/
21
22
-RUN pnpm install --frozen-lockfile --strict-peer-dependencies
+RUN pnpm install --strict-peer-dependencies
23
24
COPY . .
25
@@ -46,6 +46,6 @@ COPY --from=build /app/pnpm-lock.yaml .
46
COPY --from=build /app/patches/ patches/
47
COPY --from=build /app/build build/
48
49
50
51
CMD ["node","build/index.js"]
0 commit comments