mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-28 14:52:58 +00:00
build: 分开镜像
This commit is contained in:
parent
0fa47f64b4
commit
226f4a426b
|
|
@ -15,7 +15,7 @@ VOLUME /opt/maxkb
|
|||
COPY . /opt/maxkb/app
|
||||
COPY installer/config.yaml /opt/maxkb/conf
|
||||
RUN rm -rf /opt/maxkb/app/ui /opt/maxkb/app/build
|
||||
COPY --from=vector-model-build model /opt/maxkb/app/model
|
||||
COPY --from=vector-model model /opt/maxkb/app/model
|
||||
COPY --from=web-build ui /opt/maxkb/app/ui
|
||||
RUN ls -la /opt/maxkb/app
|
||||
# 复制模型
|
||||
|
|
|
|||
Loading…
Reference in New Issue