fix:更新cicd2
This commit is contained in:
parent
50ee33b538
commit
0c6b8fe2c1
@ -18,9 +18,7 @@ RUN npm install -g pnpm && \
|
|||||||
pnpm config set registry https://registry.npmmirror.com
|
pnpm config set registry https://registry.npmmirror.com
|
||||||
|
|
||||||
COPY package*.json ./
|
COPY package*.json ./
|
||||||
# 如果项目有 pnpm-lock.yaml,取消注释下面一行
|
RUN pnpm install --no-frozen-lockfile # 修改这里
|
||||||
# COPY pnpm-lock.yaml ./
|
|
||||||
RUN pnpm install --frozen-lockfile
|
|
||||||
|
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user