aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Dockerfile
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2022-03-15 15:41:18 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2022-03-15 15:41:18 +0300
commitb2686a808679e2f84ab7a6adb0e3e12b2c068bac (patch)
tree4b44233c652e13fe147aada21cfa20f3a3b2c101 /Dockerfile
parentv2.6.0 (diff)
downloadcgitize-b2686a808679e2f84ab7a6adb0e3e12b2c068bac.tar.gz
cgitize-b2686a808679e2f84ab7a6adb0e3e12b2c068bac.zip
Dockerfile: set maintainer label
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
index c118c23..5e6d53a 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -11,6 +11,8 @@ RUN python3 -m venv /tmp/venv && \
FROM base
+LABEL maintainer="Egor Tensin <Egor.Tensin@gmail.com>"
+
RUN apk add --no-cache bash git openssh-client python3 tini
COPY --from=build ["/tmp/venv", "/tmp/venv/"]