summaryrefslogtreecommitdiff
diff options
from:
to:
context:
space:
mode:
authorGravatar SayaAndy <saya.andy@posteo.com> 2026-05-17 17:59:00 +0700
committerGravatar SayaAndy <saya.andy@posteo.com> 2026-05-17 17:59:00 +0700
commitd705d3f75ea6fd3ff97c5c7cbbbd4b57a73d3e9d (patch)
treea7e67524888d1bce2aaa63a2566ccbdd17d37a37
parentfa52ed00e8ef3303f14d7c953f1591eb19042635 (diff)
downloadweb-d705d3f75ea6fd3ff97c5c7cbbbd4b57a73d3e9d.tar.gz
web-d705d3f75ea6fd3ff97c5c7cbbbd4b57a73d3e9d.zip
fix: drop locale yamls correctly into docker image
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 318ca51..554e50f 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -19,7 +19,7 @@ COPY --from=build-stage /builddir/sayana-web /app/sayana-web
COPY --from=build-stage /builddir/migrations /app/migrations
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/l10n/*.yaml /app/l10n/
COPY --from=build-stage /builddir/config/config*.yaml /app/config/
RUN apk add --no-cache tzdata sqlite