This commit is contained in:
2023-07-10 02:23:38 +08:00
parent 01b6451155
commit 66772cb659
6 changed files with 19 additions and 55 deletions

View File

@@ -29,7 +29,8 @@ FROM alpine:latest
WORKDIR /opt/zhub
# 从构建阶段复制可执行文件到当前阶段
COPY --from=builder /opt/zhub .
COPY --from=builder /opt/zhub/zhub.sh .
COPY --from=builder /opt/zhub/app.ini .
# 复制 app.ini 配置文件到容器中
COPY app.ini .