summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
from:
to:
context:
space:
mode:
authorGravatar SayaAndy <montferrat@tuta.io> 2025-08-11 17:00:10 +0700
committerGravatar SayaAndy <montferrat@tuta.io> 2025-08-11 17:21:33 +0700
commitdc19af65d6e9f41331367d6ae25ca8be8e910c1c (patch)
tree6ec29cba26cc17b442b942af27857e57fa5dada4 /Dockerfile
parentea1f83df820baa14dcd904d581ab2bb0976b172d (diff)
downloadweb-dc19af65d6e9f41331367d6ae25ca8be8e910c1c.tar.gz
web-dc19af65d6e9f41331367d6ae25ca8be8e910c1c.zip
hotfix: include locale files in runtime image
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile1
1 files changed, 1 insertions, 0 deletions
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" ]