summaryrefslogtreecommitdiffci
path: root/Dockerfile
diff options
from:
to:
context:
space:
mode:
authorGravatar SayaAndy <montferrat@tuta.io> 2025-08-12 23:47:12 +0700
committerGravatar SayaAndy <montferrat@tuta.io> 2025-08-12 23:54:16 +0700
commit74fa865d765a5b1813e1fd3b71d0e753998ae1eb (patch)
treea45261dda4c2251dae19a8a5b336c2941f494875 /Dockerfile
parentc1fa91f582651fbe03ebe27c839c41a65159716a (diff)
downloadweb-74fa865d765a5b1813e1fd3b71d0e753998ae1eb.tar.gz
web-74fa865d765a5b1813e1fd3b71d0e753998ae1eb.zip
fix: add tzdata in imagev0.5.5.1
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
index e3d9e65..45d3e8e 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -16,4 +16,6 @@ COPY --from=build-stage /builddir/views /app/views
COPY --from=build-stage /builddir/locale/*.yaml /app/locale/
COPY --from=build-stage /builddir/config/config.yaml /app/config.yaml
+RUN apk add --no-cache tzdata
+
ENTRYPOINT [ "/app/sayana-demo", "-c", "/app/config.yaml" ]