mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-11-17 14:33:41 +08:00
fix build bug
This commit is contained in:
@@ -23,7 +23,7 @@ WORKDIR /app
|
|||||||
|
|
||||||
COPY package.json yarn.lock ./
|
COPY package.json yarn.lock ./
|
||||||
|
|
||||||
RUN yarn config set registry 'https://mirrors.cloud.tencent.com/npm/'
|
RUN yarn config set registry 'https://registry.npmmirror.com'
|
||||||
RUN yarn config set sharp_binary_host "https://cdn.npmmirror.com/binaries/sharp"
|
RUN yarn config set sharp_binary_host "https://cdn.npmmirror.com/binaries/sharp"
|
||||||
RUN yarn config set sharp_libvips_binary_host "https://cdn.npmmirror.com/binaries/sharp-libvips"
|
RUN yarn config set sharp_libvips_binary_host "https://cdn.npmmirror.com/binaries/sharp-libvips"
|
||||||
#RUN # 清理遗留的缓存
|
#RUN # 清理遗留的缓存
|
||||||
|
|||||||
Reference in New Issue
Block a user