Set localtime of image

This commit is contained in:
Deon George 2018-03-21 16:29:47 +11:00
parent bba1dee6a9
commit fe463ab482
No known key found for this signature in database
GPG Key ID: 7670E8DC27415254
1 changed files with 3 additions and 0 deletions

View File

@ -60,3 +60,6 @@ EXPOSE 1500 1543
VOLUME [ "${USERDIR}","/database","/data" ]
ENTRYPOINT [ "/sbin/init" ]
CMD [ "start" ]
# Set out local time
RUN ln -sf /usr/share/zoneinfo/Australia/Melbourne /etc/localtime