mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-30 17:52:48 +00:00
build: 尝试在GitHub Action构建
This commit is contained in:
parent
6e8b85f828
commit
3b8b984418
|
|
@ -20,6 +20,7 @@ USER root
|
|||
RUN mkdir -p /opt/maxkb/app && mkdir -p /opt/maxkb/model
|
||||
# 拷贝项目
|
||||
COPY . /opt/maxkb/app
|
||||
RUN rm -rf /opt/maxkb/app/ui
|
||||
COPY --from=vector-model-build 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