1
0
Fork 0
mirror of synced 2024-05-20 12:42:39 +12:00

Updated docker label

This commit is contained in:
eldadfux 2019-07-31 22:39:31 +03:00
parent d7da3c22c7
commit b028bfc0d2

View file

@ -1,5 +1,6 @@
FROM ubuntu:18.04
MAINTAINER Appwrite Team <team@appwrite.io>
LABEL maintainer="team@appwrite.io"
ENV TZ=Asia/Tel_Aviv
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone