Tag/version of Container Images
`latest´ as of today (34b5c3af84cc)
Confirmed in 0.4.5 as well.
Package tzdata is missing as per Alpine-based image practice.
As such, image does not respect TZ env var.
Workaround
Build:
FROM maxking/mailman-web:latest
RUN apk add --no-cache tzdata
And set TIME_ZONE = in settings_local.py as well.
Tag/version of Container Images
`latest´ as of today (34b5c3af84cc)
Confirmed in 0.4.5 as well.
Package
tzdatais missing as per Alpine-based image practice.As such, image does not respect
TZenv var.Workaround
Build:
And set
TIME_ZONE =insettings_local.pyas well.