From b028bfc0d2019cfa4263b0a9714503fed20cd2d1 Mon Sep 17 00:00:00 2001 From: eldadfux Date: Wed, 31 Jul 2019 22:39:31 +0300 Subject: [PATCH] Updated docker label --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c8498154c..4b9c3c62f 100755 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,6 @@ FROM ubuntu:18.04 -MAINTAINER Appwrite Team + +LABEL maintainer="team@appwrite.io" ENV TZ=Asia/Tel_Aviv RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone