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
@@ -12,7 +12,7 @@
# negotiation across Node 20 minor versions.
FROM node:20-alpine AS base
RUN npm install -g [email protected]
RUN npm install -g pnpm@latest
WORKDIR /repo
FROM base AS deps
-1
View File
@@ -3,7 +3,6 @@
"version": "0.1.0",
"private": true,
"type": "module",
"packageManager": "[email protected]",
"engines": {
"node": ">=20.11.0"
},