We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab6e56f commit 45adfd0Copy full SHA for 45adfd0
1 file changed
Dockerfile
@@ -54,7 +54,7 @@ RUN \
54
mongod --fork --logpath /var/log/mongod.log --bind_ip_all && \
55
if [ -f yarn.lock ]; then yarn run build; \
56
elif [ -f package-lock.json ]; then npm run build; \
57
- elif [ -f pnpm-lock.yaml ]; then corepack prepare pnpm@10.0.0 --activate && corepack enable pnpm && pnpm run build; \
+ elif [ -f pnpm-lock.yaml ]; then corepack prepare pnpm@11.0.0 --activate && corepack enable pnpm && pnpm run build; \
58
else echo "Lockfile not found." && exit 1; \
59
fi
60
0 commit comments