fix: dockerfile

This commit is contained in:
2026-06-17 22:56:47 +05:30
parent 63d7950ff4
commit bc0902998f
5 changed files with 2 additions and 5 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
# (sometimes strict) version negotiation.
FROM node:20-alpine AS base
RUN npm install -g [email protected]
RUN npm install -g pnpm@latest
WORKDIR /repo
# ---- deps -----------------------------------------------------------------