mirror of
https://github.com/LLM-Red-Team/kimi-free-api.git
synced 2024-12-22 10:09:20 +08:00
npm切换到yarn,加快容器构建
This commit is contained in:
parent
d4f6fee14d
commit
674647e108
@ -4,7 +4,7 @@ WORKDIR /app
|
||||
|
||||
COPY . /app
|
||||
|
||||
RUN npm i --registry http://registry.npmmirror.com && npm run build
|
||||
RUN yarn install --registry https://registry.npmmirror.com/ && yarn run build
|
||||
|
||||
FROM node:lts-alpine
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user