Reflect timezone on server

This commit is contained in:
2019-06-11 09:45:36 +10:00
parent abd44f15da
commit 70e09c4ffd

View File

@@ -10,6 +10,9 @@ COPY package.json /app
EXPOSE 8080/tcp
EXPOSE 8080/udp
ENV TZ=Australia/Melbourne
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
RUN apt-get update \
&& apt-get clean \
&& apt-get install -y ffmpeg