Selaa lähdekoodia

fix: dockerfile中的镜像

IlhamTahir 1 vuosi sitten
vanhempi
commit
235ca8c4aa
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -24,7 +24,7 @@ RUN pnpm run build
 FROM node:22 AS production
 
 # Set npm registry to Tencent Cloud and install pnpm globally
-RUN pnpm config set registry https://mirrors.cloud.tencent.com/npm/ \
+RUN npm config set registry https://mirrors.cloud.tencent.com/npm/ \
             && npm install -g pnpm@latest
 
 # Set the working directory inside the container