This commit is contained in:
2025-10-16 03:27:40 +08:00
parent 5a3d11c6bc
commit da0ebde816
6 changed files with 49 additions and 4 deletions

View File

@@ -9,6 +9,9 @@ COPY server/package.json ./
# 复制源码
COPY ./server ./
COPY ./server/code ./code-backup
COPY ./web/dist ./demo/root/light-code-center
RUN bun install
# 构建(可选)