修改docker运行git gi

的配置文件
This commit is contained in:
junleea 2025-06-12 19:33:57 +08:00
parent f11e9ffa61
commit 13086e55ae
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ RUN CGO_ENABLED=0 GOOS=linux go build -a -installsuffix cgo -ldflags="-s -w" -o
FROM scratch
# 复制配置文件
COPY --from=builder /app/saw-ai.conf /home/saw/saw-ai.conf
COPY --from=builder /app/vp.conf /home/videoplayer/vp.conf
# 复制二进制文件
COPY --from=builder /app/videoplayer /home/videoplayer/videoplayer