Add tzdata package in app docker image to allow use of TZ env var
In nginx container, it's already possible to choose the timezone by setting a TZ env var (because it's based on nginx:alpine image, that includes this package, see https://github.com/nginxinc/docker-nginx/blob/master/Dockerfile-alpine-slim.template#L96) This commit simply adds this same package in app docker image. It seems much cleaner to me than injecting /etc/timezone and /etc/localtimepull/8/head
parent
3d04ec6412
commit
5222af4e83
Loading…
Reference in New Issue