ndt-server
ndt-server copied to clipboard
Add support for TZData to Dockerfile
In order to set the timezone easily, Alpine lets you pass a timezone string as an environment variable (e.g. -env TZ='America/Denver'
). Would just need to include apk add tzdata
to the docker file.
We welcome pull requests, but have put this issue in our backlog for us to get to as well.