Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
bddb35daea |
@@ -19,6 +19,8 @@ RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -ldflags="-w -s" -o /app/serv
|
|||||||
# 运行阶段
|
# 运行阶段
|
||||||
FROM alpine:3.18
|
FROM alpine:3.18
|
||||||
|
|
||||||
|
LABEL org.opencontainers.image.source="https://gitea.likegears.com/likegears/material_texture"
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
# 安装必要的运行时依赖
|
# 安装必要的运行时依赖
|
||||||
|
|||||||
Reference in New Issue
Block a user