We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bc84809 + b068077 commit ab07acbCopy full SHA for ab07acb
1 file changed
Dockerfile
@@ -10,7 +10,6 @@
10
FROM registry.cn-hangzhou.aliyuncs.com/142vip/node:18.18.0-alpine AS build_base
11
12
ARG CONTAINER_BUILD
13
-## 确定工作空间 /apps
14
WORKDIR /apps
15
COPY . .
16
@@ -35,7 +34,7 @@ ARG GIT_MESSAGE
35
34
ARG HOME_PAGE
36
37
# 作者信息
38
-LABEL "author.name"="$AUTHOR" "author.email"="$EMAIL"
+LABEL "maintainer"="$AUTHOR <$EMAIL>"
39
40
# 项目信息
41
LABEL "repo.name"=$APP_NAME "repo.version"=$APP_VERSION \
0 commit comments