From dc19af65d6e9f41331367d6ae25ca8be8e910c1c Mon Sep 17 00:00:00 2001 From: SayaAndy Date: Mon, 11 Aug 2025 17:00:10 +0700 Subject: hotfix: include locale files in runtime image --- Dockerfile | 1 + 1 file changed, 1 insertion(+) (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile index d23c3eb..e3d9e65 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,6 +13,7 @@ WORKDIR /app COPY --from=build-stage /builddir/sayana-demo /app/sayana-demo COPY --from=build-stage /builddir/static /app/static 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 ENTRYPOINT [ "/app/sayana-demo", "-c", "/app/config.yaml" ] -- cgit v1.3.1+13