mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-10-04 00:56:40 +08:00
修复构建错误
This commit is contained in:
parent
135ded15bf
commit
bc30d24b4b
@ -1,8 +1 @@
|
|||||||
# local env files
|
node_modules
|
||||||
.env*.local
|
|
||||||
|
|
||||||
# docker-compose env files
|
|
||||||
.env
|
|
||||||
|
|
||||||
*.key
|
|
||||||
*.key.pub
|
|
||||||
|
@ -28,7 +28,6 @@ ENV CODE=""
|
|||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY . .
|
COPY . .
|
||||||
RUN rm -rf ./node_modules
|
|
||||||
COPY --from=deps /app/node_modules ./node_modules
|
COPY --from=deps /app/node_modules ./node_modules
|
||||||
|
|
||||||
RUN yarn build
|
RUN yarn build
|
||||||
|
Loading…
Reference in New Issue
Block a user