From d705d3f75ea6fd3ff97c5c7cbbbd4b57a73d3e9d Mon Sep 17 00:00:00 2001 From: SayaAndy Date: Sun, 17 May 2026 17:59:00 +0700 Subject: fix: drop locale yamls correctly into docker image --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.3.1+13