Ver Fonte

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

Before há 7 meses atrás
pai
commit
8166fbd8d2
1 ficheiros alterados com 2 adições e 2 exclusões
  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=""