mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-11-16 22:13:47 +08:00
修复构建错误
This commit is contained in:
@@ -28,7 +28,6 @@ ENV CODE=""
|
||||
|
||||
WORKDIR /app
|
||||
COPY . .
|
||||
RUN rm -rf ./node_modules
|
||||
COPY --from=deps /app/node_modules ./node_modules
|
||||
|
||||
RUN yarn build
|
||||
|
||||
Reference in New Issue
Block a user