mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-10-01 23:56:39 +08:00
fix build
This commit is contained in:
parent
ed8c18b635
commit
0bdabde514
2
.github/workflows/dockerToHub.yml
vendored
2
.github/workflows/dockerToHub.yml
vendored
@ -34,8 +34,6 @@ jobs:
|
||||
with:
|
||||
context: .
|
||||
push: true
|
||||
cache-from: type=registry,ref=registry.si.icu/sijinhui/chatgpt-next-web:buildcache
|
||||
cache-to: type=registry,ref=registry.si.icu/sijinhui/chatgpt-next-web:buildcache,mode=max
|
||||
tags: |
|
||||
registry.si.icu/sijinhui/chatgpt-next-web:latest
|
||||
registry.si.icu/sijinhui/chatgpt-next-web:${{ env.DATE_TAG }}
|
||||
|
@ -1,5 +1,11 @@
|
||||
FROM sijinhui/chatgpt-next-web:buildcache as deps
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
COPY package.json yarn.lock ./
|
||||
|
||||
RUN yarn install
|
||||
|
||||
FROM base AS builder
|
||||
|
||||
RUN apk add --no-cache git libc6-compat
|
||||
|
Loading…
Reference in New Issue
Block a user