mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-10-02 08:06:38 +08:00
修复构建错误
This commit is contained in:
parent
135ded15bf
commit
bc30d24b4b
@ -1,8 +1 @@
|
||||
# local env files
|
||||
.env*.local
|
||||
|
||||
# docker-compose env files
|
||||
.env
|
||||
|
||||
*.key
|
||||
*.key.pub
|
||||
node_modules
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user