Sfoglia il codice sorgente

fix: 414 【bcwin网站】免费游戏-重玩游戏页面标题优化

Before 7 mesi fa
parent
commit
8166fbd8d2
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      Dockerfile

+ 2 - 2
Dockerfile

@@ -4,8 +4,8 @@ FROM base AS deps
 WORKDIR /app
 COPY package.json ./
 RUN npm cache clean --force &&  \
-    npm install pnpm -g --registry=https://registry.npmmirror.com  && \
-    pnpm i
+    npm install cnpm -g  && \
+    cnpm i
 
 FROM base AS builder
 ARG BUILD_ARGS=""