diff --git a/Dockerfile b/Dockerfile index 14517e2..ddb45cf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,6 +19,8 @@ RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -ldflags="-w -s" -o /app/serv # 运行阶段 FROM alpine:3.18 +LABEL org.opencontainers.image.source="https://gitea.likegears.com/likegears/material_texture" + WORKDIR /app # 安装必要的运行时依赖