修改Dockerfile,修改token拦截的返回

This commit is contained in:
junleea 2025-06-12 18:45:21 +08:00
parent 93076cf365
commit d63d641058
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/vp.conf /home/videoplayer/vp.conf
COPY --from=builder /app/saw-ai.conf /home/saw/saw-ai.conf
# 复制二进制文件
COPY --from=builder /app/videoplayer /home/videoplayer/videoplayer