TZ support
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-12-15 09:49:12 +01:00
parent 7a8422f208
commit bc8f5967c4
2 changed files with 5 additions and 3 deletions

View File

@@ -12,6 +12,7 @@ ENV \
USERNAME=theuser \
PHP=none \
PUID=1000 \
PGID=1000
PGID=1000 \
TZ=Etc/UTC
ENTRYPOINT [ "/sbin/tini", "/app/entrypoint.sh" ]