From 74fa865d765a5b1813e1fd3b71d0e753998ae1eb Mon Sep 17 00:00:00 2001 From: SayaAndy Date: Tue, 12 Aug 2025 23:47:12 +0700 Subject: fix: add tzdata in image --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Dockerfile') 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" ] -- cgit v1.3.1+13